Delete a product
ecommerce_deleteAProductV1Delete a product and its variants from the store. For subscription products with active subscribers, archive instead of delete to preserve data.
Instructions
Delete a product and its variants from the store. A subscription product with active subscribers is archived instead of deleted so its data stays available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | The ID of the store that owns the product. | |
| product_id | Yes | The ID of the product to delete. |