Skip to content

1.4.1

Latest
Compare
Choose a tag to compare
@karan-dreambits karan-dreambits released this 28 Feb 00:57
· 2 commits to master since this release
8138ac1

[UPD] Release 1.4.1

  • Introducing new param for the Api Class's request method
    override_group which allows you to override the default group
    for a particular method within a group.

This is useful for certain cases when a particular api is moved to a new
group but for backwards compatibility, you want to support old methods
as well.

For example, see ship_order_item method changes and new shipment create
owing to the new change: https://api.bol.com/retailer/public/Retailer-API/v10/releasenotes.html#_new_features_and_improvements_4

  • Shipments group's list endpoint needs order-id instead of order_id