Update Product Status (and Publish)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
PUT /api/v1/products/status HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"items": [
{
"style_key": "EDT1110-5",
"status": "published"
}
]
}{
"batchRequestId": "123e4567-e89b-12d3-a456-426614174000"
}