Delete a product variant
ecommerce_deleteAProductVariantV1Remove a single product variant by supplying store ID, product ID, and variant ID. Use this action to clean up obsolete or incorrect variants.
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. |