Delete a product variant
ecommerce_deleteAProductVariantV1Delete a single product variant from an online store by specifying the store ID, product ID, and variant ID. Removes the specified variant to keep product data accurate.
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. |