Changelog of API changes
Subscribe to notifications by putting in your information here
priceDeltaByCountry
to get product endpointtrackingNumber
and allShipments
to order statusstatus
and notes
to product related API endpointscountryCode
to getProduct
’s query
descriptionV2
and sizeChartTable
to the get product endpoint. descriptionV2
is the description without the size chart HTML and the sizeChartTable
is the size chart HTML.Added an optional personalizationsUsed
field on the collection object that corresponds to all of the data needed to create all the personalized products in this collection.
This field will only be populated in personalized collections.
Introducing status
field for products.
The Draft product status enables a design review process where products can be added in draft mode and set to active only after approval.
In the API, only active products, which are available for sale, should be retrieved.
Draft
status.status
to list products endpoint in order to filter products by status. By default, only active products are returned.Draft
status will fail on place order endpoint.creationStatus
to list products and get product endpointscompanyId
mandatory when creating webhooksisVipOrder
to placeOrder API