This is the documentation for 2022-02-01.
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.
#2022-01-01
#Removed webhook events
- The webhook event
shipping-rate.calculated
was removed - The webhook event
id-tag.updated
was removed
#Renamed webhook events
- The webhook event
logo.ready
was renamed tologo.completed
- The webhook event
order.ready
was renamed toorder.prepared
- The webhook event
order.shipped
was renamed toorder.completed
- The webhook event
variant.designed
was renamed tovariant.completed
- The webhook event
fulfillment.ready
was renamed toshipment.prepared
#Removed endpoints
Some media endpoints were removed
- The end point
GET {{ endpoint }}/media
was removed - The end point
GET {{ endpoint }}/media/{{ YOUR_MEDIA_ID }}/download
was removed
All checkout endpoints were removed
- The end point
POST {{ endpoint }}/checkouts
was removed - The end point
GET {{ endpoint }}/checkouts/{{ YOUR_ORDER_ID }}/shipping-rates
was removed - The end point
PUT {{ endpoint }}/checkouts/{{ YOUR_ORDER_ID }}
was removed - The end point
PUT {{ endpoint }}/checkouts/{{ YOUR_ORDER_ID }}/complete
was removed
All custom variant endpoints were removed
- The end point
GET {{ endpoint }}/custom-variants
was removed - The end point
GET {{ endpoint }}/custom-variants/{{ YOUR_CUSTOM_VARIANT_ID }}
was removed
#Added endpoints
Production methods endpoint
- Endpoint
GET {{ endpoint }}/production-methods
has been added, for more information see page production-methods.
Logos endpoints
- Endpoint
GET {{ endpoint }}/logos
has been added, for more information see page logos. - Endpoint
GET {{ endpoint }}/logos/{{ YOUR_LOGO_ID }}
has been added, for more information see page logos. - Endpoint
POST {{ endpoint }}/logos
has been added, for more information see page logos. - Endpoint
POST {{ endpoint }}/logos/{{ YOUR_LOGO_ID }}/design
has been added, for more information see page logos.
Shipping methods endpoint
- Endpoint
GET {{ endpoint }}/shipping-methods
has been added, for more information see page shipping-methods.
Orders endpoint
- Endpoint
POST {{ endpoint }}/orders
has been added, for more information see page orders.
#2021-02-23
- The
fulfillments
object has now allparcels
objects. See in the endpoint orders. - The
fulfillments.order_id
was changed to anorder
object. See in the endpoint orders.
#2020-01-17
- The
project_name
parameter has changed toexternal_reference
in the endpoint checkouts. - The
project_name
in the order resource within the endpoints checkouts and orders has changed toexternal_reference
.
#2019-10-01
- The
payment.amount
parameter must not be passed in the endpoint checkouts/complete. - The
payment.handle
parameter in endpoint checkouts/complete now accepts all handles that are listed within endpoint payment-methods.
#2019-02-28
-
include
parameter is replaced by theexpand
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
inid_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
andmeta.total
attribute. -
links.last
will always benull
.
- Removed
-
shipping_line
attribute removed in orders endpoint and added ashipping_total
attribute - Added
state
andorder_id
toid_tags
#2017-09-25
- Initial Release