delete https://app.ecwid.com/api/v3//products//combinations
Delete all product variations of a product in an Ecwid store.
Access scopes
Requires the following access scope: update_catalog
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted variations |
Errors
In case of error, Ecwid responds with an error HTTP status code
HTTP codes
HTTP Status | Meaning |
---|---|
400 | Request parameters are malformed |
402 | The "Product Variations" feature is not available on the merchant plan |
500 | Cannot delete variations because of an error on the server |