Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.27 KB

EcommerceProductVariants.md

File metadata and controls

20 lines (15 loc) · 1.27 KB

EcommerceProductVariants

Properties

Name Type Description Notes
id str, none_type A unique identifier for the variant of the product. [optional]
name str, none_type The name for the variant, used for displaying to customers. [optional]
price str, none_type The price of the variant. [optional]
sku str, none_type The stock keeping unit of the variant. [optional]
inventory_quantity str, none_type The quantity of the variant in stock. [optional]
weight str, none_type The weight of the variant. [optional]
weight_unit str, none_type The unit of measurement for the weight of the variant. [optional]
options [EcommerceProductOptions1] [optional]
images [EcommerceProductImages1] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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