ecommerce_deleteAProductVariantV1
Remove a specific product variant from your ecommerce store by providing the store ID, product ID, and variant ID. Solves the need to manage product options by deleting unwanted variants directly through the API.
Instructions
Delete a single variant from the product.
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 that owns the variant. | |
| variant_id | Yes | The ID of the variant to delete. |