Skip to content

Releases: MedShift/bigc

v0.2.15

26 Feb 20:58
e0c006a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.14...v0.2.15

v0.2.14

27 Oct 16:35
9847f02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.13...v0.2.14

v0.2.13

28 Sep 17:53
Compare
Choose a tag to compare

What's Changed

  • Add query param support for products.all() by @Julius-Walton in #43

New Contributors

  • @Julius-Walton made their first contribution in #43

Full Changelog: v0.2.12...v0.2.13

v0.2.12

28 Aug 20:07
Compare
Choose a tag to compare

What's Changed

  • Add delete shipment by @AliyahHasRequestedChanges in #42

Full Changelog: v0.2.11...v0.2.12

v0.2.11

11 Jul 19:38
6c2168f
Compare
Choose a tag to compare
  • Add include kwarg to checkout methods
    • The previous kwarg include_available_shipping_options still works
  • Make customer_id kwarg optional in BigCommerceCustomersAPI.all_addresses()

v0.2.10

09 Jun 19:32
f2506e0
Compare
Choose a tag to compare
  • Add BigCommerceOrdersAPI.update_shipment

Thanks to @gnovack41 for contributing to this release

v0.2.9

24 May 15:24
a4adbcb
Compare
Choose a tag to compare
  • Attach Response objects to exceptions
  • Add orders.all_coupons(order_id: int) function
  • Add page_size kwarg to BigCommerceRequestClient.get_many()
  • Set default for order_id to None for orders.all_refunds

Thanks to @CraigRobertWhite, @Iapetus-11, @aliyahjsj for contributing to this release

v0.2.8

08 May 18:38
4891965
Compare
Choose a tag to compare
  • Fix customer address return types

v0.2.7

03 May 17:25
5e3db1b
Compare
Choose a tag to compare
  • Fix BigCommerceCustomersAPI.update_address()

v0.2.6

03 May 15:55
4ca6ec0
Compare
Choose a tag to compare
  • Add customer address book support to BigCommerceCustomersAPI
  • Add order refunds support to BigCommerceOrdersAPI

Thanks to @ben-mig and @maxheyn for contributing to this release