A variation is a child ASIN. The parent ASIN is an abstraction of the children items. For example, Shirt is a parent ASIN. Parent ASINs cannot be sold. A child ASIN of it would be a blue shirt, size 16, sold by MyApparelStore. This child ASIN is one of potentially many variations. The ways in which variations differ are called dimensions. In the above example, size and color are the dimensions. Parent ASINs therefore return two related elements:
VariationDimensions
VariationDimension
For example,
<VariationDimensions> <VariationDimension>ClothingSize</VariationDimension> <VariationDimension>Color</VariationDimension> </VariationDimensions>
The values returned by these elements are the dimensions listed in the child ASIN’s response, for example,
<Item> ... <ItemAttributes> ... <ClothingSize>Large</ClothingSize> <Color>Black</Color> ... </ItemAttributes> ... </Item>
The following lists some of the Amazon Associates Web Service variation dimensions:
GemType (string)
HandOrietation (string)
HardwarePlatform (string)
PackageQuantity (nonNegativeInteger)
ItemDimensions/Length (DecimalWithUnits)
ItemDimensions/Width (DecimalWithUnits)
MetalType (string)
Model (string)
OperatingSystem (string)
ProductTypeSubcategory (string)
ScentName (string) StyleName (string)
TotalDiamondWeight (DecimalWithUnits)
TotalGemWeight (DecimalWithUnits)