Variation Dimensions

Variations can differ from each other based on dimension. Size and color are common ways for apparel variations to differ. The ways in which variations differ are called dimensions.

The following snapshot shows how Variation Dimensions information is displayed on Amazon Website:

An example Product Landing Page on Amazon.com showcasing variation dimensions for a variation item
Image 1.5.4.3.2-1 - An example Product Landing Page on Amazon.com showcasing variation dimensions for a variation item

In this example, Size and Color are the variation dimensions. Here the Color is Black Stone - Stretch and Size is 32W x 32L.

Example of Variation dimensions in GetVariations operation:

{
  "VariationDimensions": [
    {
      "DisplayName": "Size",
      "Name": "size_name",
      "Values": [
        "29W x 30L",
        "29W x 32L",
        "29W x 34L",
        "30W x 30L",
        "30W x 32L",
        "30W x 34L",
        "31W x 30L",
        "31W x 32L",
        "31W x 34L",
        "32W x 30L",
        "32W x 32L",
        "32W x 34L",
        "32W x 36L",
        "33W x 30L",
        "33W x 32L",
        "33W x 34L",
        "34W x 30L",
        "34W x 32L",
        "34W x 34L",
        "34W x 36L",
        "36W x 30L",
        "36W x 32L",
        "36W x 34L",
        "36W x 36L",
        "38W x 30L",
        "38W x 32L",
        "38W x 34L",
        "40W x 30L",
        "40W x 32L",
        "42W x 30L",
        "42W x 32L",
        "44W x 30L",
        "44W x 32L",
        "31  30",
        "31  32",
        "31  34"
      ]
    },
    {
      "DisplayName": "Color",
      "Name": "color_name",
      "Values": [
        "Overhaul",
        "And",
        "Bedside Blues",
        "Black Stone - Stretch",
        "Blue Stone - Stretch",
        "Covered Up - Stretch",
        "Indigo Black",
        "Native Cali - Stretch",
        "Wave Allusions - Stretch",
        "Jagger",
        "Figure Four - Stretch",
        "Tumbled Rigid",
        "Medium Chipped",
        "Outtake",
        "Bebop - Stretch",
        "Indie Blue",
        "Scraped Rigid",
        "Chain Reaction - Stretch",
        "Tumbled Rigid 3914",
        "Tumble Rigid"
      ]
    }
  ]
}

Example of item with Variation Attributes. Look out for VariationAttributes parameter to see the dimension attributes for the variation ASIN.

{
  "VariationsResult": {
    "Items": [
      {
        "ASIN": "B000HTL3F0",
        "DetailPageURL": "https://www.amazon.com/dp/B000HTL3F0?tag=xyz-20&linkCode=ogv&th=1&psc=1",
        "VariationAttributes": [
          {
            "Name": "size_name",
            "Value": "31W x 30L"
          },
          {
            "Name": "color_name",
            "Value": "Jagger"
          }
        ]
      }
    ]
  }
}

results matching ""

    No results matching ""