| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The variant ID, required by every other variant endpoint. | |
| title | string | The variant title, or null. | |
| sku | string | The variant SKU, or null. | |
| options | \Hostinger\Model\EcommerceV1VariantVariantResourceOptionsInner[] | The variant's option values. | |
| prices | \Hostinger\Model\EcommerceV1ProductProductResourceVariantsInnerPricesInner[] | Prices per currency, in the smallest currency unit. | |
| inventoryQuantity | int | Units in stock. | |
| manageInventory | bool | Whether stock is tracked for this variant. |