> ## Documentation Index
> Fetch the complete documentation index at: https://docs.retailed.io/llms.txt
> Use this file to discover all available pages before exploring further.

# StockX Product (update)

> Get product information from StockX

### Header

<ParamField header="x-api-key" type="string" required={true}>
  Parameter defines the Retailed private key to use.
</ParamField>

### Parameters

<ParamField query="query" type="string" optional={false} placeholder="nike-air-max-1-travis-scott-wheat">
  Product query : `air-jordan-3-retro-white-cement-reimagined. `Please avoid using IDs such as `c318bbcc-312a-4396-9252-698c203d1dea`.
</ParamField>

<ParamField query="country" type="string" optional={true} placeholder="US">
  Country code : `US`, `FR`, `GB`, `SV`, etc.
</ParamField>

<ParamField query="language" type="string" optional={true} placeholder="en-US">
  Country code : `en-US` or `fr-FR` or `en-GB`
</ParamField>

<ParamField query="currency" type="string" optional={true} placeholder="USD">
  Currency code : `USD`, `EUR`, `GBP`, etc.
</ParamField>

### Response

<ResponseField name="object" type="Product Object">
  <Expandable title="properties" defaultOpen={true}>
    <ResponseField name="id" type="string">
      StockX product id
    </ResponseField>

    <ResponseField name="slug" type="string">
      StockX product slug
    </ResponseField>

    <ResponseField name="name" type="string">
      StockX product name
    </ResponseField>

    <ResponseField name="primary_category" type="string">
      StockX product primary category
    </ResponseField>

    <ResponseField name="gender" type="string">
      StockX product gender
    </ResponseField>

    <ResponseField name="brand" type="string">
      StockX product brand
    </ResponseField>

    <ResponseField name="image" type="string">
      StockX product image
    </ResponseField>

    <ResponseField name="thumb_image" type="string">
      StockX product thumbnail image
    </ResponseField>

    <ResponseField name="small_image" type="string">
      StockX product small image
    </ResponseField>

    <ResponseField name="description" type="string">
      StockX product description
    </ResponseField>

    <ResponseField name="breadcrumbs" type="array">
      <Expandable title="properties" defaultOpen={true}>
        <ResponseField name="url" type="string">
          Breadcrumb url
        </ResponseField>

        <ResponseField name="name" type="string">
          Breadcrumb name
        </ResponseField>

        <ResponseField name="level" type="number">
          Breadcrumb level
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="category" type="string">
      StockX product category : `sneakers`, `streetwear`, `watches`, `handbags`...
    </ResponseField>

    <ResponseField name="model" type="string">
      StockX product model
    </ResponseField>

    <ResponseField name="sku" type="string">
      StockX product SKU
    </ResponseField>

    <ResponseField name="traits" type="array">
      <Expandable title="properties" defaultOpen={true}>
        <ResponseField name="name" type="string">
          Trait name
        </ResponseField>

        <ResponseField name="value" type="string">
          Trait value
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="variants" type="array">
      <Expandable title="properties" defaultOpen={true}>
        <ResponseField name="id" type="string">
          StockX product variant id
        </ResponseField>

        <ResponseField name="sizes" type="array">
          <Expandable title="properties" defaultOpen={true}>
            <ResponseField name="size" type="string">
              StockX product variant size
            </ResponseField>

            <ResponseField name="type" type="string">
              StockX product variant size type
            </ResponseField>
          </Expandable>
        </ResponseField>

        <ResponseField name="gtins" type="array">
          <Expandable title="properties" defaultOpen={true}>
            <ResponseField name="type" type="string">
              StockX product variant GTIN type
            </ResponseField>

            <ResponseField name="identifier" type="string">
              StockX product variant GTIN identifier
            </ResponseField>
          </Expandable>
        </ResponseField>

        <ResponseField name="market" type="object">
          <Expandable title="properties" defaultOpen={true}>
            <ResponseField name="bids" type="object">
              <Expandable title="properties" defaultOpen={true}>
                <ResponseField name="lowest_ask" type="number">
                  StockX product variant lowest ask
                </ResponseField>

                <ResponseField name="highest_bid" type="number">
                  StockX product variant highest bid
                </ResponseField>

                <ResponseField name="number_asks" type="number">
                  StockX product variant number of asks
                </ResponseField>

                <ResponseField name="number_bids" type="number">
                  StockX product variant number of bids
                </ResponseField>
              </Expandable>
            </ResponseField>

            <ResponseField name="sales" type="object">
              <Expandable title="properties" defaultOpen={true}>
                <ResponseField name="last_sale" type="number">
                  StockX product last sale
                </ResponseField>

                <ResponseField name="sales_last_72h" type="number">
                  72h last sales
                </ResponseField>
              </Expandable>
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="market" type="object">
      <Expandable title="properties" defaultOpen={true}>
        <ResponseField name="bids" type="object">
          <Expandable title="properties" defaultOpen={true}>
            <ResponseField name="lowest_ask" type="number">
              StockX product lowest ask
            </ResponseField>

            <ResponseField name="highest_bid" type="number">
              StockX product highest bid
            </ResponseField>

            <ResponseField name="number_asks" type="number">
              StockX product number of asks
            </ResponseField>

            <ResponseField name="number_bids" type="number">
              StockX product number of bids
            </ResponseField>
          </Expandable>
        </ResponseField>

        <ResponseField name="sales" type="object">
          <Expandable title="properties" defaultOpen={true}>
            <ResponseField name="last_sale" type="number">
              StockX product last sale
            </ResponseField>

            <ResponseField name="sales_last_72h" type="number">
              72h last sales
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseExample>
  ```json Example Response theme={null}
  {
      "id": "c318bbcc-312a-4396-9252-698c203d1dea",
      "sku": "DO9392-700",
      "name": "Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold",
      "slug": "nike-air-max-1-travis-scott-wheat",
      "brand": "Nike",
      "image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
      "model": "Nike Air Max 1",
      "gender": "men",
      "market": {
          "bids": {
              "lowest_ask": 150,
              "highest_bid": 277,
              "number_asks": 346,
              "number_bids": 210
          },
          "sales": {
              "last_sale": 295,
              "sales_last_72h": 10
          }
      },
      "traits": [
          {
              "name": "Style",
              "value": "DO9392-700"
          },
          {
              "name": "Colorway",
              "value": "Saturn Gold/Tea Tree Mist/Tent"
          },
          {
              "name": "Retail Price",
              "value": "150"
          },
          {
              "name": "Release Date",
              "value": "2022-05-27"
          },
          {
              "name": "Included Accessories",
              "value": "Grey extra laces, Special paper "
          },
          {
              "name": "Featured",
              "value": "false"
          },
          {
              "name": "Product Line",
              "value": "Nike Air Max"
          }
      ],
      "category": "sneakers",
      "variants": [
          {
              "id": "c9967320-50ce-4e0d-a14e-efa4d4f37771",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114066"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114066"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 3.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 3",
                      "type": "uk"
                  },
                  {
                      "size": "CM 22.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 225",
                      "type": "kr"
                  },
                  {
                      "size": "EU 35.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 150,
                      "highest_bid": 61,
                      "number_asks": 5,
                      "number_bids": 3
                  },
                  "sales": {
                      "last_sale": 145,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "3.5"
              }
          },
          {
              "id": "c7e40ad8-030e-4444-baaf-30569c52347b",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114073"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 4",
                      "type": "us m"
                  },
                  {
                      "size": "UK 3.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 23",
                      "type": "cm"
                  },
                  {
                      "size": "KR 230",
                      "type": "kr"
                  },
                  {
                      "size": "EU 36",
                      "type": "eu"
                  },
                  {
                      "size": "US W 5.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 174,
                      "highest_bid": 68,
                      "number_asks": 12,
                      "number_bids": 4
                  },
                  "sales": {
                      "last_sale": 173,
                      "sales_last_72h": 1
                  }
              },
              "traits": {
                  "size": "4"
              }
          },
          {
              "id": "be3919d2-0b5d-4eb9-8c88-707cce8a53e5",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114080"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114080"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 4.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 4",
                      "type": "uk"
                  },
                  {
                      "size": "CM 23.5 (US M 4.5)",
                      "type": "cm"
                  },
                  {
                      "size": "KR 235 (US M 4.5)",
                      "type": "kr"
                  },
                  {
                      "size": "EU 36.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 6",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 177,
                      "highest_bid": 102,
                      "number_asks": 7,
                      "number_bids": 4
                  },
                  "sales": {
                      "last_sale": 168,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "4.5"
              }
          },
          {
              "id": "9470c529-b18a-44a2-8403-4c092cebd539",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114097"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114097"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 4.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 23.5 (US M 5)",
                      "type": "cm"
                  },
                  {
                      "size": "KR 235 (US M 5)",
                      "type": "kr"
                  },
                  {
                      "size": "EU 37.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 6.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 160,
                      "highest_bid": 105,
                      "number_asks": 17,
                      "number_bids": 6
                  },
                  "sales": {
                      "last_sale": 175,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "5"
              }
          },
          {
              "id": "abce6769-5444-4033-80e1-473bd8325db7",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114103"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114103"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 5.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 24 (US M 5.5)",
                      "type": "cm"
                  },
                  {
                      "size": "KR 240 (US M 5.5)",
                      "type": "kr"
                  },
                  {
                      "size": "EU 38",
                      "type": "eu"
                  },
                  {
                      "size": "US W 7",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 175,
                      "highest_bid": 140,
                      "number_asks": 16,
                      "number_bids": 7
                  },
                  "sales": {
                      "last_sale": 155,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "5.5"
              }
          },
          {
              "id": "2fba0368-f3a2-466b-b7ed-52b3f34163d6",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114110"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114110"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 6",
                      "type": "us m"
                  },
                  {
                      "size": "UK 5.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 24 (US M 6)",
                      "type": "cm"
                  },
                  {
                      "size": "KR 240 (US M 6)",
                      "type": "kr"
                  },
                  {
                      "size": "EU 38.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 7.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 208,
                      "highest_bid": 137,
                      "number_asks": 19,
                      "number_bids": 7
                  },
                  "sales": {
                      "last_sale": 180,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "6"
              }
          },
          {
              "id": "800863d8-c4bb-487d-9cc6-033593f5c593",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114127"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114127"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 6.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 6 (EU 39)",
                      "type": "uk"
                  },
                  {
                      "size": "CM 24.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 245",
                      "type": "kr"
                  },
                  {
                      "size": "EU 39",
                      "type": "eu"
                  },
                  {
                      "size": "US W 8",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 206,
                      "highest_bid": 158,
                      "number_asks": 7,
                      "number_bids": 7
                  },
                  "sales": {
                      "last_sale": 252,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "6.5"
              }
          },
          {
              "id": "5e1b81b2-7236-47c0-95b2-91fc0f25a3d5",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114134"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114134"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 7",
                      "type": "us m"
                  },
                  {
                      "size": "UK 6 (EU 40)",
                      "type": "uk"
                  },
                  {
                      "size": "CM 25",
                      "type": "cm"
                  },
                  {
                      "size": "KR 250",
                      "type": "kr"
                  },
                  {
                      "size": "EU 40",
                      "type": "eu"
                  },
                  {
                      "size": "US W 8.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 204,
                      "highest_bid": 138,
                      "number_asks": 11,
                      "number_bids": 4
                  },
                  "sales": {
                      "last_sale": 323,
                      "sales_last_72h": 1
                  }
              },
              "traits": {
                  "size": "7"
              }
          },
          {
              "id": "c49f057a-ca32-43f6-bcff-23859649d482",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114141"
                  },
                  {
                      "type": "GTIN-8",
                      "identifier": "53143860"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114141"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 7.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 6.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 25.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 255",
                      "type": "kr"
                  },
                  {
                      "size": "EU 40.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 9",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 220,
                      "highest_bid": 170,
                      "number_asks": 21,
                      "number_bids": 13
                  },
                  "sales": {
                      "last_sale": 211,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "7.5"
              }
          },
          {
              "id": "3d3b3ac9-8560-4c36-9168-01aa40ccfcc9",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114158"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114158"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 8",
                      "type": "us m"
                  },
                  {
                      "size": "UK 7",
                      "type": "uk"
                  },
                  {
                      "size": "CM 26",
                      "type": "cm"
                  },
                  {
                      "size": "KR 260",
                      "type": "kr"
                  },
                  {
                      "size": "EU 41",
                      "type": "eu"
                  },
                  {
                      "size": "US W 9.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 230,
                      "highest_bid": 188,
                      "number_asks": 18,
                      "number_bids": 14
                  },
                  "sales": {
                      "last_sale": 235,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "8"
              }
          },
          {
              "id": "399319ad-1f0d-43ae-b034-d300fde28091",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "2000220711111"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114165"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 8.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 7.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 26.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 265",
                      "type": "kr"
                  },
                  {
                      "size": "EU 42",
                      "type": "eu"
                  },
                  {
                      "size": "US W 10",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 262,
                      "highest_bid": 198,
                      "number_asks": 24,
                      "number_bids": 16
                  },
                  "sales": {
                      "last_sale": 254,
                      "sales_last_72h": 1
                  }
              },
              "traits": {
                  "size": "8.5"
              }
          },
          {
              "id": "c0d96ae8-3079-4b25-96b1-93dc3324d411",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114172"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114172"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 9",
                      "type": "us m"
                  },
                  {
                      "size": "UK 8",
                      "type": "uk"
                  },
                  {
                      "size": "CM 27",
                      "type": "cm"
                  },
                  {
                      "size": "KR 270",
                      "type": "kr"
                  },
                  {
                      "size": "EU 42.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 10.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 245,
                      "highest_bid": 220,
                      "number_asks": 26,
                      "number_bids": 21
                  },
                  "sales": {
                      "last_sale": 271,
                      "sales_last_72h": 3
                  }
              },
              "traits": {
                  "size": "9"
              }
          },
          {
              "id": "86a7a18b-aa9e-40b8-86a2-d376c2ef5f05",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114189"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114189"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 9.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 8.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 27.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 275",
                      "type": "kr"
                  },
                  {
                      "size": "EU 43",
                      "type": "eu"
                  },
                  {
                      "size": "US W 11",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 264,
                      "highest_bid": 236,
                      "number_asks": 21,
                      "number_bids": 13
                  },
                  "sales": {
                      "last_sale": 306,
                      "sales_last_72h": 1
                  }
              },
              "traits": {
                  "size": "9.5"
              }
          },
          {
              "id": "52e1f26b-2a94-4a88-acd5-e497811fe68e",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114196"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114196"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 10",
                      "type": "us m"
                  },
                  {
                      "size": "UK 9",
                      "type": "uk"
                  },
                  {
                      "size": "CM 28",
                      "type": "cm"
                  },
                  {
                      "size": "KR 280",
                      "type": "kr"
                  },
                  {
                      "size": "EU 44",
                      "type": "eu"
                  },
                  {
                      "size": "US W 11.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 314,
                      "highest_bid": 260,
                      "number_asks": 20,
                      "number_bids": 20
                  },
                  "sales": {
                      "last_sale": 295,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "10"
              }
          },
          {
              "id": "7de6f057-ced2-4f1e-823d-149239c83b6a",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114202"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114202"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 10.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 9.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 28.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 285",
                      "type": "kr"
                  },
                  {
                      "size": "EU 44.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 12",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 284,
                      "highest_bid": 222,
                      "number_asks": 24,
                      "number_bids": 12
                  },
                  "sales": {
                      "last_sale": 270,
                      "sales_last_72h": 3
                  }
              },
              "traits": {
                  "size": "10.5"
              }
          },
          {
              "id": "5dcfff98-7a1d-4e35-881d-6a569f347a01",
              "gtins": [
                  {
                      "type": "GTIN-8",
                      "identifier": "53373236"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114219"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114219"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 11",
                      "type": "us m"
                  },
                  {
                      "size": "UK 10",
                      "type": "uk"
                  },
                  {
                      "size": "CM 29",
                      "type": "cm"
                  },
                  {
                      "size": "KR 290",
                      "type": "kr"
                  },
                  {
                      "size": "EU 45",
                      "type": "eu"
                  },
                  {
                      "size": "US W 12.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 283,
                      "highest_bid": 215,
                      "number_asks": 26,
                      "number_bids": 25
                  },
                  "sales": {
                      "last_sale": 316,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "11"
              }
          },
          {
              "id": "042348c0-647a-4740-a768-18ab3e545f1d",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114226"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114226"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 11.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 10.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 29.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 295",
                      "type": "kr"
                  },
                  {
                      "size": "EU 45.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 13",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 330,
                      "highest_bid": 277,
                      "number_asks": 13,
                      "number_bids": 6
                  },
                  "sales": {
                      "last_sale": 330,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "11.5"
              }
          },
          {
              "id": "a2d123d1-280a-4c3c-af60-6b7db53999dd",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114233"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114233"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 12",
                      "type": "us m"
                  },
                  {
                      "size": "UK 11",
                      "type": "uk"
                  },
                  {
                      "size": "CM 30",
                      "type": "cm"
                  },
                  {
                      "size": "KR 300",
                      "type": "kr"
                  },
                  {
                      "size": "EU 46",
                      "type": "eu"
                  },
                  {
                      "size": "US W 13.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 340,
                      "highest_bid": 254,
                      "number_asks": 17,
                      "number_bids": 10
                  },
                  "sales": {
                      "last_sale": 299,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "12"
              }
          },
          {
              "id": "c25ff98c-fd78-4397-b50c-287eeecb1d52",
              "gtins": [
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114240"
                  },
                  {
                      "type": "UPC",
                      "identifier": "195867114240"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 12.5",
                      "type": "us m"
                  },
                  {
                      "size": "UK 11.5",
                      "type": "uk"
                  },
                  {
                      "size": "CM 30.5",
                      "type": "cm"
                  },
                  {
                      "size": "KR 305",
                      "type": "kr"
                  },
                  {
                      "size": "EU 47",
                      "type": "eu"
                  },
                  {
                      "size": "US W 14",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 314,
                      "highest_bid": 241,
                      "number_asks": 4,
                      "number_bids": 5
                  },
                  "sales": {
                      "last_sale": 293,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "12.5"
              }
          },
          {
              "id": "6ad9ec7a-ef95-4afc-bd92-f6af76ca0b55",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114257"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114257"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 13",
                      "type": "us m"
                  },
                  {
                      "size": "UK 12",
                      "type": "uk"
                  },
                  {
                      "size": "CM 31",
                      "type": "cm"
                  },
                  {
                      "size": "KR 310",
                      "type": "kr"
                  },
                  {
                      "size": "EU 47.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 14.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 294,
                      "highest_bid": 247,
                      "number_asks": 19,
                      "number_bids": 6
                  },
                  "sales": {
                      "last_sale": 299,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "13"
              }
          },
          {
              "id": "7228310b-4bf8-492e-bfa1-cf328d1650f0",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114264"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "0195867114264"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 14",
                      "type": "us m"
                  },
                  {
                      "size": "UK 13",
                      "type": "uk"
                  },
                  {
                      "size": "CM 32",
                      "type": "cm"
                  },
                  {
                      "size": "KR 320",
                      "type": "kr"
                  },
                  {
                      "size": "EU 48.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 15.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 295,
                      "highest_bid": 225,
                      "number_asks": 8,
                      "number_bids": 4
                  },
                  "sales": {
                      "last_sale": 218,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "14"
              }
          },
          {
              "id": "1b64855c-96d9-4e1b-936a-00a25d11a1a9",
              "gtins": [
                  {
                      "type": "UPC",
                      "identifier": "195867114271"
                  },
                  {
                      "type": "EAN-13",
                      "identifier": "2000220711234"
                  }
              ],
              "sizes": [
                  {
                      "size": "US M 15",
                      "type": "us m"
                  },
                  {
                      "size": "UK 14",
                      "type": "uk"
                  },
                  {
                      "size": "CM 33",
                      "type": "cm"
                  },
                  {
                      "size": "KR 330",
                      "type": "kr"
                  },
                  {
                      "size": "EU 49.5",
                      "type": "eu"
                  },
                  {
                      "size": "US W 16.5",
                      "type": "us w"
                  }
              ],
              "market": {
                  "bids": {
                      "lowest_ask": 245,
                      "highest_bid": 202,
                      "number_asks": 11,
                      "number_bids": 3
                  },
                  "sales": {
                      "last_sale": 220,
                      "sales_last_72h": 0
                  }
              },
              "traits": {
                  "size": "15"
              }
          }
      ],
      "360_images": [
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img01.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img02.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img03.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img04.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img05.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img06.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img07.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img08.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img09.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img10.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img11.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img12.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img13.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img14.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img15.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img16.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img17.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img18.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img19.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img20.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img21.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img22.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img23.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img24.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img25.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img26.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img27.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img28.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img29.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img30.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img31.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img32.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img33.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img34.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img35.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409",
          "https://images.stockx.com/360/Nike-Air-Max-1-Travis-Scott-Wheat/Images/Nike-Air-Max-1-Travis-Scott-Wheat/Lv2/img36.jpg?fm=webp&auto=compress&w=559&q=90&dpr=2&updated_at=1647972409"
      ],
      "breadcrumbs": [
          {
              "url": "/",
              "name": "Home",
              "level": 1
          },
          {
              "url": "/sneakers",
              "name": "sneakers",
              "level": 2
          },
          {
              "url": "/nike",
              "name": "Nike",
              "level": 3
          },
          {
              "url": "/nike/air-max",
              "name": "Air Max",
              "level": 4
          },
          {
              "url": "/nike/air-max/1",
              "name": "1",
              "level": 5
          },
          {
              "url": "/nike-air-max-1-travis-scott-wheat",
              "name": "Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold",
              "level": 6
          }
      ],
      "description": "In collaboration with Travis Scott's record label Cactus Jack, the Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold pays homage to outdoor exploration and the Nike ACG Pocket Knife hiking shoe. It boasts a light yellow layered mesh upper with matching Durabuck overlays and reversed Swoosh logos. A drawstring Gillie lacing system nods to common features on trail runners. At the base, a yellowed sole with a cloudy Air unit adds the finishing touch.\n<br>\n<br>\nThe Nike Air Max 1 Travis Scott Cactus Jack Saturn Gold released in May of 2022 and retailed for $150.",
      "small_image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=300&h=214&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
      "thumb_image": "https://images.stockx.com/images/Nike-Air-Max-1-Travis-Scott-Wheat-Product.jpg?fit=fill&bg=FFFFFF&w=140&h=100&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1738193358",
      "primary_category": "Air Max"
  }
  ```
</ResponseExample>
