Browse or search for products on Shopify
curl --request GET \
--url https://api.kicks.dev/v3/shopify/products \
--header 'Authorization: <api-key>'
{
"status": "success",
"data": [
{
"id": "11f365dae34398c",
"product_id": "6969251397827",
"title": "Air Jordan 10 Retro 'NYC' 310805-012",
"description": "",
"brand": "Air Jordan",
"product_type": "Sneakers",
"tags": [
"886915460050",
"886915460067",
"886915460074",
"886915460081",
"886915460098",
"886915460104",
"886915460135",
"886915460173",
"886915460180",
"886915460197",
"886915460203",
"886915460234",
"AUTO_Mid-Top",
"AUTO_Retro Basketball Shoes",
"COLOR_Black",
"COLOR_Gold",
"FUNCTIONALITY_Slip-resistant/Lightweight",
"HEELTYPE_Flat heel",
"REL_DATE_2016-04-26",
"SEASON_All Season",
"SOLEMATERIAL_Rubber Sole",
"STYLE_Sports",
"TOETYPE_Round Toe"
],
"slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
"link": "https://kickscrewshop.myshopify.com/products/jordan-10-retro-new-york-city-2016-nyc-310805-012",
"price_min": 231,
"price_max": 563,
"price_display": 231,
"available": true,
"images": [
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/main-square_d6e5e483-c094-4d68-8f88-c86f5e5f7915.jpg?v=1708499254",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/1_554ab04e-1372-4a4b-a03d-b883bbdc42ea.jpg?v=1708499251",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/2_42d1dc6f-289a-46c4-aba1-fca5a6ee48db.jpg?v=1708499250",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/3_8675e23d-2426-4390-b8ee-bdc8e1d08eec.jpg?v=1708499255",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/4_578e3c69-ee1c-4888-92d4-e088fef7acb9.jpg?v=1708499253"
],
"shop_name": "kickscrew",
"shop_url": "https://kickscrewshop.myshopify.com",
"product_created_at": "2021-10-04T00:07:06Z",
"product_published_at": "2023-05-04T07:09:57Z",
"created_at": "2025-06-17T10:19:46.038601Z",
"updated_at": "2025-06-17T23:00:23.16518Z",
"cursor": 80843094298474900,
"variants": [
{
"id": "ed6b108eaa28d953",
"parent_id": "11f365dae34398c",
"product_id": "6969251397827",
"variant_id": "44061544775875",
"title": "MENS / Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5",
"price": 0,
"previous_price": 0,
"sku": "310805-012-25",
"barcode": "",
"weight": 2000,
"currency": "USD",
"available": false,
"previous_available": false,
"options": {
"Gender": "MENS",
"Size": "Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5"
},
"updated_at": "2025-06-17T23:00:23.16518Z"
}
// ...
]
}
],
"meta": {
"total": 1000,
"total_pages": 50 // Use cursor to go further than 50 pages
}
}
filters
instead with
shop_name = "value"
instead.filters
instead with cursor = 'LAST_CURSOR'
.{
"status": "success",
"data": [
{
"id": "11f365dae34398c",
"product_id": "6969251397827",
"title": "Air Jordan 10 Retro 'NYC' 310805-012",
"description": "",
"brand": "Air Jordan",
"product_type": "Sneakers",
"tags": [
"886915460050",
"886915460067",
"886915460074",
"886915460081",
"886915460098",
"886915460104",
"886915460135",
"886915460173",
"886915460180",
"886915460197",
"886915460203",
"886915460234",
"AUTO_Mid-Top",
"AUTO_Retro Basketball Shoes",
"COLOR_Black",
"COLOR_Gold",
"FUNCTIONALITY_Slip-resistant/Lightweight",
"HEELTYPE_Flat heel",
"REL_DATE_2016-04-26",
"SEASON_All Season",
"SOLEMATERIAL_Rubber Sole",
"STYLE_Sports",
"TOETYPE_Round Toe"
],
"slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
"link": "https://kickscrewshop.myshopify.com/products/jordan-10-retro-new-york-city-2016-nyc-310805-012",
"price_min": 231,
"price_max": 563,
"price_display": 231,
"available": true,
"images": [
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/main-square_d6e5e483-c094-4d68-8f88-c86f5e5f7915.jpg?v=1708499254",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/1_554ab04e-1372-4a4b-a03d-b883bbdc42ea.jpg?v=1708499251",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/2_42d1dc6f-289a-46c4-aba1-fca5a6ee48db.jpg?v=1708499250",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/3_8675e23d-2426-4390-b8ee-bdc8e1d08eec.jpg?v=1708499255",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/4_578e3c69-ee1c-4888-92d4-e088fef7acb9.jpg?v=1708499253"
],
"shop_name": "kickscrew",
"shop_url": "https://kickscrewshop.myshopify.com",
"product_created_at": "2021-10-04T00:07:06Z",
"product_published_at": "2023-05-04T07:09:57Z",
"created_at": "2025-06-17T10:19:46.038601Z",
"updated_at": "2025-06-17T23:00:23.16518Z",
"cursor": 80843094298474900,
"variants": [
{
"id": "ed6b108eaa28d953",
"parent_id": "11f365dae34398c",
"product_id": "6969251397827",
"variant_id": "44061544775875",
"title": "MENS / Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5",
"price": 0,
"previous_price": 0,
"sku": "310805-012-25",
"barcode": "",
"weight": 2000,
"currency": "USD",
"available": false,
"previous_available": false,
"options": {
"Gender": "MENS",
"Size": "Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5"
},
"updated_at": "2025-06-17T23:00:23.16518Z"
}
// ...
]
}
],
"meta": {
"total": 1000,
"total_pages": 50 // Use cursor to go further than 50 pages
}
}
curl --request GET \
--url https://api.kicks.dev/v3/shopify/products \
--header 'Authorization: <api-key>'
{
"status": "success",
"data": [
{
"id": "11f365dae34398c",
"product_id": "6969251397827",
"title": "Air Jordan 10 Retro 'NYC' 310805-012",
"description": "",
"brand": "Air Jordan",
"product_type": "Sneakers",
"tags": [
"886915460050",
"886915460067",
"886915460074",
"886915460081",
"886915460098",
"886915460104",
"886915460135",
"886915460173",
"886915460180",
"886915460197",
"886915460203",
"886915460234",
"AUTO_Mid-Top",
"AUTO_Retro Basketball Shoes",
"COLOR_Black",
"COLOR_Gold",
"FUNCTIONALITY_Slip-resistant/Lightweight",
"HEELTYPE_Flat heel",
"REL_DATE_2016-04-26",
"SEASON_All Season",
"SOLEMATERIAL_Rubber Sole",
"STYLE_Sports",
"TOETYPE_Round Toe"
],
"slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
"link": "https://kickscrewshop.myshopify.com/products/jordan-10-retro-new-york-city-2016-nyc-310805-012",
"price_min": 231,
"price_max": 563,
"price_display": 231,
"available": true,
"images": [
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/main-square_d6e5e483-c094-4d68-8f88-c86f5e5f7915.jpg?v=1708499254",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/1_554ab04e-1372-4a4b-a03d-b883bbdc42ea.jpg?v=1708499251",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/2_42d1dc6f-289a-46c4-aba1-fca5a6ee48db.jpg?v=1708499250",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/3_8675e23d-2426-4390-b8ee-bdc8e1d08eec.jpg?v=1708499255",
"https://cdn.shopify.com/s/files/1/0603/3031/1875/files/4_578e3c69-ee1c-4888-92d4-e088fef7acb9.jpg?v=1708499253"
],
"shop_name": "kickscrew",
"shop_url": "https://kickscrewshop.myshopify.com",
"product_created_at": "2021-10-04T00:07:06Z",
"product_published_at": "2023-05-04T07:09:57Z",
"created_at": "2025-06-17T10:19:46.038601Z",
"updated_at": "2025-06-17T23:00:23.16518Z",
"cursor": 80843094298474900,
"variants": [
{
"id": "ed6b108eaa28d953",
"parent_id": "11f365dae34398c",
"product_id": "6969251397827",
"variant_id": "44061544775875",
"title": "MENS / Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5",
"price": 0,
"previous_price": 0,
"sku": "310805-012-25",
"barcode": "",
"weight": 2000,
"currency": "USD",
"available": false,
"previous_available": false,
"options": {
"Gender": "MENS",
"Size": "Men's US 2.5 / Women's US 4 / UK 2 / EU 34.5 / JP 21.5"
},
"updated_at": "2025-06-17T23:00:23.16518Z"
}
// ...
]
}
],
"meta": {
"total": 1000,
"total_pages": 50 // Use cursor to go further than 50 pages
}
}