Products
Archive a product
Archive one of your products. Once archived, new prices cannot be created for the product.
post/products/{id}/archive
Path parameters
idstring required
Product ID
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
sequence-version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"id": "994d23f7-47b6-43ee-af6b-cd27181196b6",
"name": "Fixed priced product",
"label": "Fixed priced product - UK",
"createdAt": "2022-06-28T16:47:00Z",
"updatedAt": "2022-06-28T16:47:00Z",
"archivedAt": "2023-06-28T16:47:00Z"
}