GET
/
v2
/
products
/
{id}
/
market
curl --request GET \
  --url https://api.kicks.dev/v2/products/{id}/market \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "error": "",
  "message": "",
  "query": {},
  "data": [
    {
      "date": "2024-11-22T00:00:00Z",
      "product_id": "bcb8b592-18c7-4354-82d7-732941e1d17a",
      "avg_price": 210.5,
      "median_price": 207,
      "variants": [
        {
          "id": "bf00ac42-7e88-4c48-bcf1-6a410af1740a",
          "size": "6",
          "price": 174
        },
        {
          "id": "3e2c02ed-8862-45de-a0e3-1e24ec061b7c",
          "size": "5",
          "price": 159
        },
        {
          "id": "6cb89c94-4e9c-42cd-9144-c9296e2b1347",
          "size": "15",
          "price": 262
        },
        {
          "id": "11dd9740-5728-417b-b089-3e255f702196",
          "size": "9",
          "price": 196
        },
        {
          "id": "fcf84481-110c-42c8-b632-184927192b3a",
          "size": "12",
          "price": 250
        },
        {
          "id": "509c2461-c7f2-48ae-8738-c49fae854a00",
          "size": "11.5",
          "price": 235
        },
        {
          "id": "3350c0a7-27dd-4e61-a848-9335d043744f",
          "size": "4.5",
          "price": 207
        },
        {
          "id": "64b720aa-d380-4c9c-a7df-b89bdc2c2272",
          "size": "10",
          "price": 215
        },
        {
          "id": "dbd11462-d576-471c-bc62-452912d6f648",
          "size": "5.5",
          "price": 186
        },
        {
          "id": "f18e9e33-92b2-4b94-b0ec-479c9834af92",
          "size": "14",
          "price": 274
        },
        {
          "id": "49a9d63f-6f50-40b5-a7b2-6bdc6cf85e42",
          "size": "11",
          "price": 235
        },
        {
          "id": "2d4c42dc-3be7-413c-a060-bc6894b78bdc",
          "size": "7",
          "price": 162
        },
        {
          "id": "eda2c699-a768-400e-9bb6-1066bc6a2dda",
          "size": "6.5",
          "price": 178
        },
        {
          "id": "bdca0a14-4e02-4f85-8fd4-1d7b8ca63d2d",
          "size": "12.5",
          "price": 266
        },
        {
          "id": "5aa26d9d-27c5-4992-891c-54a56bdb631b",
          "size": "7.5",
          "price": 169
        },
        {
          "id": "58c0c65d-8553-4d75-ac0a-c51faea8a19a",
          "size": "8.5",
          "price": 187
        },
        {
          "id": "15ce789a-8484-4b31-9a39-2ccd21c95926",
          "size": "4",
          "price": 149
        },
        {
          "id": "b06e7541-9d85-4039-8e1c-b3ccba4e5e21",
          "size": "9.5",
          "price": 207
        },
        {
          "id": "2ec21798-d4b9-4d7a-b3d6-5053608ce13b",
          "size": "10.5",
          "price": 228
        },
        {
          "id": "58fc924d-237e-4ee0-8163-4d1dca58b263",
          "size": "13",
          "price": 299
        },
        {
          "id": "544be6c2-3882-4839-bdaa-240526d6c59b",
          "size": "3.5",
          "price": 210
        },
        {
          "id": "4d864037-23b5-4976-b56c-ad96bc2430b0",
          "size": "8",
          "price": 183
        }
      ]
    }
    /* ... */
  ],
  "meta": null
}
id
string
required

The ID of the product (slug is not accepted).

start_date
string

Start date for the price history. The date must be in the format YYYY-MM-DD.

end_date
string

End date for the price history. The date must be in the format YYYY-MM-DD.

{
  "status": "success",
  "error": "",
  "message": "",
  "query": {},
  "data": [
    {
      "date": "2024-11-22T00:00:00Z",
      "product_id": "bcb8b592-18c7-4354-82d7-732941e1d17a",
      "avg_price": 210.5,
      "median_price": 207,
      "variants": [
        {
          "id": "bf00ac42-7e88-4c48-bcf1-6a410af1740a",
          "size": "6",
          "price": 174
        },
        {
          "id": "3e2c02ed-8862-45de-a0e3-1e24ec061b7c",
          "size": "5",
          "price": 159
        },
        {
          "id": "6cb89c94-4e9c-42cd-9144-c9296e2b1347",
          "size": "15",
          "price": 262
        },
        {
          "id": "11dd9740-5728-417b-b089-3e255f702196",
          "size": "9",
          "price": 196
        },
        {
          "id": "fcf84481-110c-42c8-b632-184927192b3a",
          "size": "12",
          "price": 250
        },
        {
          "id": "509c2461-c7f2-48ae-8738-c49fae854a00",
          "size": "11.5",
          "price": 235
        },
        {
          "id": "3350c0a7-27dd-4e61-a848-9335d043744f",
          "size": "4.5",
          "price": 207
        },
        {
          "id": "64b720aa-d380-4c9c-a7df-b89bdc2c2272",
          "size": "10",
          "price": 215
        },
        {
          "id": "dbd11462-d576-471c-bc62-452912d6f648",
          "size": "5.5",
          "price": 186
        },
        {
          "id": "f18e9e33-92b2-4b94-b0ec-479c9834af92",
          "size": "14",
          "price": 274
        },
        {
          "id": "49a9d63f-6f50-40b5-a7b2-6bdc6cf85e42",
          "size": "11",
          "price": 235
        },
        {
          "id": "2d4c42dc-3be7-413c-a060-bc6894b78bdc",
          "size": "7",
          "price": 162
        },
        {
          "id": "eda2c699-a768-400e-9bb6-1066bc6a2dda",
          "size": "6.5",
          "price": 178
        },
        {
          "id": "bdca0a14-4e02-4f85-8fd4-1d7b8ca63d2d",
          "size": "12.5",
          "price": 266
        },
        {
          "id": "5aa26d9d-27c5-4992-891c-54a56bdb631b",
          "size": "7.5",
          "price": 169
        },
        {
          "id": "58c0c65d-8553-4d75-ac0a-c51faea8a19a",
          "size": "8.5",
          "price": 187
        },
        {
          "id": "15ce789a-8484-4b31-9a39-2ccd21c95926",
          "size": "4",
          "price": 149
        },
        {
          "id": "b06e7541-9d85-4039-8e1c-b3ccba4e5e21",
          "size": "9.5",
          "price": 207
        },
        {
          "id": "2ec21798-d4b9-4d7a-b3d6-5053608ce13b",
          "size": "10.5",
          "price": 228
        },
        {
          "id": "58fc924d-237e-4ee0-8163-4d1dca58b263",
          "size": "13",
          "price": 299
        },
        {
          "id": "544be6c2-3882-4839-bdaa-240526d6c59b",
          "size": "3.5",
          "price": 210
        },
        {
          "id": "4d864037-23b5-4976-b56c-ad96bc2430b0",
          "size": "8",
          "price": 183
        }
      ]
    }
    /* ... */
  ],
  "meta": null
}