This is the documentation for 2021-02-23 but the latest version is 2022-02-01. You can switch versions in the menu.

Changelog

The changelog is a list of backwards-incompatible updates in the API. As described before, new additions and forwards-compatible changes don’t need a new API version and will not appear in this list.

2021-02-23

  • The fulfillments object has now all parcels objects. See in the endpoint orders.
  • The fulfillments.order_id was changed to an order object. See in the endpoint orders.

2020-01-17

  • The project_name parameter has changed to external_reference in the endpoint checkouts.
  • The project_name in the order resource within the endpoints checkouts and orders has changed to external_reference.

2019-10-01

2019-02-28

  • include parameter is replaced by the expand parameter.
  • On the products endpoint the variant resource initially only shows ids. You have to use ?expand=variants to show the complete resource
  • Removed current_state in id_tags

2018-12-06

  • The variant resource is not automatically loaded on the products endpoint. You have to you use ?include=variants
  • Pagination simplified.
    • Removed meta.last_page and meta.total attribute.
    • links.last will always be null.
  • shipping_line attribute removed in orders endpoint and added a shipping_total attribute
  • Added state and order_id to id_tags

2017-09-25

  • Initial Release