| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | The variant title. Defaults to the option values joined with ' / ' (e.g. 'Red / L'). | |
| sku | string | The variant SKU. | |
| options | \Hostinger\Model\EcommerceV1VariantCreateVariantRequestOptionsInner[] | Option name/value pairs that distinguish this variant, e.g. [{name: Size, value: M}]. Options missing from the product are created; provide a value for every option the product already has. | |
| prices | \Hostinger\Model\EcommerceV1VariantCreateVariantRequestPricesInner[] | Prices per currency. Amounts are integers in the smallest currency unit. A free item is amount: 0. | |
| inventoryQuantity | int | Units in stock. Defaults to 0. | |
| manageInventory | bool | Whether stock is tracked for this variant. Defaults to false. |