Subscribe to notifications by putting in your information here
July 29th, 2025
- Added note about Mexico RFC number
July 10th, 2025
- Fixed
validateOrderAPI authorization - Deprecated
createCompanyAPI
January 27th, 2025
- Added
priceDeltaByCountryto get product endpoint
December 30th, 2024
- Added
trackingNumberandallShipmentsto order status
September 22nd, 2024
- Added
statusandnotesto product related API endpoints
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
countryCodetogetProduct’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
descriptionV2andsizeChartTableto the get product endpoint.descriptionV2is the description without the size chart HTML and thesizeChartTableis 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 optionalpersonalizationsUsed 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
Introducingstatus 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
Draftstatus. - Added
statusto list products endpoint in order to filter products by status. By default, only active products are returned. - Product with
Draftstatus will fail on place order endpoint.
July 3rd, 2024
- Added
creationStatusto list products and get product endpoints - Made
companyIdmandatory when creating webhooks
June 24th, 2024
- Added
isVipOrderto placeOrder API

