Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 985 Bytes

File metadata and controls

15 lines (12 loc) · 985 Bytes

# EcommerceV1VariantVariantResource

Properties

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.

[Back to Model list] [Back to API list] [Back to README]