delete_inventory_variant
Delete a specific inventory variant or SKU by its ID, name, or SKU, without affecting the parent product.
Instructions
Delete one inventory variant/SKU by ID, exact variant name, or exact SKU. This action does not delete its product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | Yes | a string that will be trimmed | |
| product | No | a string that will be trimmed | |
| category | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |