Delete DRAFT product
Delete DRAFT product
DELETE https://{workspace}.myeshopbox.com/product-engine/api/v1/products/{sku}
This endpoint deletes the DRAFT product from the workspace.
Path Parameters
Name
Type
Description
sku
string
unique code that identifies the characteristic of the product
Headers
Name
Type
Description
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?