API Changelog
Changelog
Changelog of API changes
Subscribe to notifications by putting in your information here
September 2nd, 2024
- Added supported locales to the locales list for getProduct and listProducts endpoint
- The supported locales are “fr-FR”, “fr-CA”, “es-ES”, “es-MX”, “en-AU”, “en-GB” and “es-US” is the default.
August 18th, 2024
- Added
countryCode
togetProduct
’s query- Will affect item pricing in case there is DDP/Shipping costs breakdown
August 13th, 2024
- Added accept-language header to getProduct and listProducts endpoint
- Only “en-US”, “fr-FR”, and “es-ES” locales are supported at the moment
August 4th, 2024
- Added mandatory taxNumber fields for China, Italy, and South Korea
July 28th, 2024
- Added a
descriptionV2
andsizeChartTable
to the get product endpoint.descriptionV2
is the description without the size chart HTML and thesizeChartTable
is the size chart HTML.
July 22nd, 2024
- Added an API to update a product. Can update the product status and also notes on the product
- Added a sizeChartImages to the get product endpoint
July 17th, 2024
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.
July 10th, 2024
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.
- New products in stores are created in
Draft
status. - Added
status
to list products endpoint in order to filter products by status. By default, only active products are returned. - Product with
Draft
status will fail on place order endpoint.
July 3rd, 2024
- Added
creationStatus
to list products and get product endpoints - Made
companyId
mandatory when creating webhooks
June 24th, 2024
- Added
isVipOrder
to placeOrder API