Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 853 Bytes

EcommerceProductVariants.md

File metadata and controls

17 lines (11 loc) · 853 Bytes

# EcommerceProductVariants

A collection of a product's variants.

Properties

Name Type Description Notes
StoreId string The store id. [optional]
ProductId string The product id. [optional]
Variants []ECommerceProductVariant An array of objects, each representing a product's variants. [optional]
TotalItems int32 The total number of items matching the query regardless of pagination. [optional] [readonly]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

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