Last updated 1 month ago
Was this helpful?
/api/v1/products/status
List of style_keys and corresponding status to update.
OK
Bad Request
Unauthorized
curl -L \ --request PUT \ --url '/api/v1/products/status' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"items":[{"style_key":"EDT1110-5","status":"published"}]}'
{ "batchRequestId": "123e4567-e89b-12d3-a456-426614174000" }