Last update:
July 26, 2024
VariationType object¶
This type is used to differentiate or group different types of product variations.
Fields¶
Field | Description |
---|---|
id String |
The Id of the variation. |
name String |
The name of the variation. |
code String |
The SKU of the variation. |
productType String |
The type of the product associated with the variation. |
minQuantity Int |
The minimum quantity allowed for the variation. |
maxQuantity Int |
The maximum quantity allowed for the variation. |
availabilityData availabilityData |
The availability data for the variation. |
images ImageType |
The images associated with the variation. |
price PriceType |
The price information for the variation. |
prices PriceType |
The prices associated with the variation. |
properties Property |
The properties associated with the variation. |
assets Asset |
The assets associated with the variation. |
outlines OutlineType |
The hierarchical outlines of the variation. |
slug String |
The URL slug of the variation. |
vendor CommonVendor |
The vendor associated with the variation. |