delete_store_product
Permanently remove a product and all its variants from an e-commerce store. Requires store ID and product ID.
Instructions
Permanently delete a product and all of its variants from a store.
This cannot be undone and also removes the product's variants. Verify the product_id before calling.
Args: store_id: E-commerce store ID. product_id: Product ID to delete.
Returns: JSON confirming deletion (empty body on success).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |