Back to overview

New order management features added to the v8 (Preview) of the Retailer API

Placed on:15 August 2022

We are delighted to announce that new order management features have been added to v8 (Preview) of the Retailer API. These features make the retrieval of order information more efficient and effortless.

The new features include:

  • Addition of a new (optional) ‘change-interval-minute’ parameter in the Get a list of orders endpoint. It provides you with an easy access to only the new or changed orders within a given timeframe.
  • Addition of a new (optional) ‘latest-change-date’ parameter in the Get a list of orders endpoint. It provides you access to all the orders (open, shipped or cancelled) that were last changed on a given date up to three months in the past. This parameter can be used for the purpose of incident management, for example after an outage.
  • Addition of `SHIPPED` to the `status` query parameter of the Get a list of orders endpoint. Filtering on `status = SHIPPED` helps you keep track of orders fulfilled by bol.com more easily.
  • Addition of `ALL` to the `fulfilment-method` query parameter of the Get a list of orders endpoint. It allows you to handle both Fulfilment by bol.com (FBB/LvB) and Fulfilment by retailer (FBR) orders with a single request.
  • Cancellation requests appearing in the Get a list of orders endpoint, in addition to the Get an order by order id endpoint.

For more information about these features, refer to the functional documentation.