Releases: dreambits/python-bol-api
Releases · dreambits/python-bol-api
1.4.1
[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 oforder_id
1.4
1.3
1.2.0
Release 1.2 - Update to Bol api v7 (#41) * Updating the library to use Bol.com retailer api v7. * Removed depricated classes and functions. * Improved many unused function * Adding product content endpoints. Need testing with the demo mode when it starts working back * Updating README file Co-authored-by: bharti-dreambits <[email protected]> Co-authored-by: Bharti Rawat <[email protected]>