Delete DRAFT product
Last updated
Was this helpful?
DELETE https://{workspace}.myeshopbox.com/product-engine/api/v1/products/{sku}
This endpoint deletes the DRAFT product from the workspace.
sku
string
unique code that identifies the characteristic of the product
Authentication
string
The Bearer token to grant access to the API
{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Failed: Can't delete an ACTIVE Product"
}
],
"code": 412,
"message": "Failed: Can't delete an ACTIVE Product"
}
}Last updated
Was this helpful?
Was this helpful?