Skip to content

Releases: best-brands/bol-com-retailer-api

Fix for RetryHandler.

03 Sep 17:05
73e605b
Compare
Choose a tag to compare
Merge pull request #4 from ederuiter/patch-1

Fix type error in retryHandler with ConnectException

5.7

27 Aug 13:32
Compare
Choose a tag to compare
5.7

~ Fixes a bug with subscription endpoints.

v5.6

21 May 14:32
Compare
Choose a tag to compare

Beta endpoints removed from all but most recent version. They now reside in V6

v5.5

21 May 14:36
Compare
Choose a tag to compare

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

21 May 10:06
Compare
Choose a tag to compare

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

04 Apr 23:22
Compare
Choose a tag to compare
v5.4-alpha Pre-release
Pre-release

Latest API version for the V5.4 api from bol.com

v4.0

21 Jan 12:20
Compare
Choose a tag to compare
Rename offer export method, and improve the request filtering. Post r…

…equests should now work again due to an incompatibility issue with Guzzle 7.

v4.0-beta

06 Jan 14:23
Compare
Choose a tag to compare
v4.0-beta Pre-release
Pre-release

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

18 Jun 15:06
Compare
Choose a tag to compare

Full release, everything has been tested and is considered production ready.

v1.0-beta

08 May 13:18
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release
  • Reworked method names to be more understandable