Releases: best-brands/bol-com-retailer-api
Fix for RetryHandler.
Merge pull request #4 from ederuiter/patch-1 Fix type error in retryHandler with ConnectException
5.7
~ Fixes a bug with subscription endpoints.
v5.6
Beta endpoints removed from all but most recent version. They now reside in V6
v5.5
Time frame type delivery method added
The timeFrameType attribute indicates the delivery method as chosen by the customer in the checkout process of the order. It contains amongst other Evening Delivery for Verzenden via bol.com where Evening Parcel shipping label is the only option and you are not able to switch to the mailbox label.
v5.4
Fixes a lot of the outstanding issues, and removes hard enumeration bounds in case of languages, as these have unexpected results when using the bol.com API.
v5.4-alpha
Latest API version for the V5.4 api from bol.com
v4.0
v4.0.0 Rename offer export method, and improve the request filtering. Post r…
v4.0-beta
Documentation still needs to updated, however, all seems to be working for now. All models now inherit from AModel
, which also contains some magic to create arrays out of our stacked models. In the near future, we should also filter Response
types, but for now its fine.
From now, the API will be versioned according to the bol.com specification (so this version has been bumped to v4, because bol.com's api is version 4).
v1.1
Full release, everything has been tested and is considered production ready.
v1.0-beta
- Reworked method names to be more understandable