* 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
0.2.8
* Fix customer address return types
0.2.7
* Fix `BigCommerceCustomersAPI.update_address()`
0.2.6
* Add customer address book support to `BigCommerceCustomersAPI` * Add order refunds support to `BigCommerceOrdersAPI`
Thanks to ben-mig and maxheyn for contributing to this release