product_delete
Delete products from your Gomag store by providing their SKU or ID. Specify each product in a JSON array.
Instructions
Delete products by SKU or ID.
Parameters
data : JSON array of objects identifying the products to delete. Each object should contain either "id" or "sku".
Example
'[{"sku": "TEST-001"}, {"id": 42}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||