Skip to content

Releases: dreambits/python-bol-api

1.4.1

28 Feb 00:57
8138ac1
Compare
Choose a tag to compare

[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

1.4

03 Oct 14:07
0402730
Compare
Choose a tag to compare
1.4

Release 1.4 - Update to Bol api v10 (#44)

  • Updating the library to use Bol.com reailer api v10
  • Added support of fetching of performance indicator and insights

1.3

12 Apr 14:03
9a034f6
Compare
Choose a tag to compare
1.3

Release 1.3 - Update to Bol api v8 (#43)

  • Updating the library to use Bol.com reailer api v8.
  • Added new fields in Order list method to support fetching of just order changes

1.2.0

11 Jul 07:38
60d5668
Compare
Choose a tag to compare
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]>