Ultra subscription
Get a product with orders
API Documentation
Endpoints
- GETSearch for products
- GETGet a single product
- GETGet total product count
- Pro subscription
- Ultra subscription
Ultra subscription
Get a product with orders
Get a product with orders
GET
/
product
/
{id}
/
orders
curl --request GET \
--url https://api.kicks.dev/product/{id}/orders \
--header 'Authorization: Bearer <token>'
{
"age_group": "adult",
"aov": 485.1689,
"availability": "in stock",
"avg_price": 477.56,
"base_price": 459,
"brand": "Jordan",
"category": "Apparel & Accessories > Shoes",
"color": "Medium Olive/Black/Sail",
"condition": "new",
"currency": "USD",
"description": "The Jordan 1 Retro Low OG SP Travis Scott Medium Olive continues the highly coveted collaboration between Jordan Brand and Travis Scott, offering sneakerheads a fresh take on a classic silhouette. Dressed in a striking colorway of medium olive, black, sail, and muslin, this low-top design is instantly recognizable with its iconic reverse swoosh, a signature element of the Travis Scott x Jordan partnership. The premium leather and suede construction provides a tactile contrast, while the standout red Jordan wings logo on the heel and the Cactus Jack branding on the medial side elevate the sneaker’s distinctive style.<br><br>Travis Scott’s collaboration with Jordan has had an undeniable influence on sneaker culture, making each new release a must-have for collectors. The reverse swoosh, initially introduced with the first collaboration, has become synonymous with the Travis Scott brand, and this Jordan 1 Low model amplifies that signature aesthetic. Alongside the bold swoosh, other details like the sail midsole, muslin accents, and custom Travis Scott logos give the sneaker a blend of vintage appeal and modern streetwear edge, making it a versatile option for any look.<br><br>Released on September 28, 2024, the Jordan 1 Retro Low OG SP Travis Scott Medium Olive retailed at $150. This medium olive, black, sail, and muslin colorway continues to build on the legacy of the Jordan x Travis Scott collaboration, offering a sneaker that is a key piece of today’s sneaker fashion. Whether you're a dedicated Jordan collector or a fan of streetwear culture, this release is sure to make a statement.",
"gender": "male",
"gmv": 1646663.2,
"id": "eb43a2de-1c74-44d0-9534-ad9637f51cdc",
"image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-SP-Medium-Olive-Product.jpg",
"inserted_at": "2024-10-15T02:43:04Z",
"is_bundle": false,
"labels": ["sneakers", "Air Jordan One", "DM7866-200"],
"link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US",
"max_price": 587,
"min_price": 374,
"orders": 3394,
"size_system": "",
"sku": "DM7866-200",
"slug": "jordan-1-retro-low-og-sp-travis-scott-medium-olive-eb43a",
"title": "Jordan 1 Retro Low OG SP Travis Scott Medium Olive",
"variants": [
{
"gtin": "2460004274841",
"price": 459,
"size": "7",
"variant_id": "b3d888e4-1cb0-4e3e-aa3e-43ddfecfad67",
"variant_link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US¤cyCode=USD&size=7&intsrc=CATF_7942"
}
// ...
]
}
This endpoint allows you to get a product like GET /product/{id}
but with the orders
, aov
and gmv
fields.
The ID of the product.
{
"age_group": "adult",
"aov": 485.1689,
"availability": "in stock",
"avg_price": 477.56,
"base_price": 459,
"brand": "Jordan",
"category": "Apparel & Accessories > Shoes",
"color": "Medium Olive/Black/Sail",
"condition": "new",
"currency": "USD",
"description": "The Jordan 1 Retro Low OG SP Travis Scott Medium Olive continues the highly coveted collaboration between Jordan Brand and Travis Scott, offering sneakerheads a fresh take on a classic silhouette. Dressed in a striking colorway of medium olive, black, sail, and muslin, this low-top design is instantly recognizable with its iconic reverse swoosh, a signature element of the Travis Scott x Jordan partnership. The premium leather and suede construction provides a tactile contrast, while the standout red Jordan wings logo on the heel and the Cactus Jack branding on the medial side elevate the sneaker’s distinctive style.<br><br>Travis Scott’s collaboration with Jordan has had an undeniable influence on sneaker culture, making each new release a must-have for collectors. The reverse swoosh, initially introduced with the first collaboration, has become synonymous with the Travis Scott brand, and this Jordan 1 Low model amplifies that signature aesthetic. Alongside the bold swoosh, other details like the sail midsole, muslin accents, and custom Travis Scott logos give the sneaker a blend of vintage appeal and modern streetwear edge, making it a versatile option for any look.<br><br>Released on September 28, 2024, the Jordan 1 Retro Low OG SP Travis Scott Medium Olive retailed at $150. This medium olive, black, sail, and muslin colorway continues to build on the legacy of the Jordan x Travis Scott collaboration, offering a sneaker that is a key piece of today’s sneaker fashion. Whether you're a dedicated Jordan collector or a fan of streetwear culture, this release is sure to make a statement.",
"gender": "male",
"gmv": 1646663.2,
"id": "eb43a2de-1c74-44d0-9534-ad9637f51cdc",
"image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-SP-Medium-Olive-Product.jpg",
"inserted_at": "2024-10-15T02:43:04Z",
"is_bundle": false,
"labels": ["sneakers", "Air Jordan One", "DM7866-200"],
"link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US",
"max_price": 587,
"min_price": 374,
"orders": 3394,
"size_system": "",
"sku": "DM7866-200",
"slug": "jordan-1-retro-low-og-sp-travis-scott-medium-olive-eb43a",
"title": "Jordan 1 Retro Low OG SP Travis Scott Medium Olive",
"variants": [
{
"gtin": "2460004274841",
"price": 459,
"size": "7",
"variant_id": "b3d888e4-1cb0-4e3e-aa3e-43ddfecfad67",
"variant_link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US¤cyCode=USD&size=7&intsrc=CATF_7942"
}
// ...
]
}
curl --request GET \
--url https://api.kicks.dev/product/{id}/orders \
--header 'Authorization: Bearer <token>'
{
"age_group": "adult",
"aov": 485.1689,
"availability": "in stock",
"avg_price": 477.56,
"base_price": 459,
"brand": "Jordan",
"category": "Apparel & Accessories > Shoes",
"color": "Medium Olive/Black/Sail",
"condition": "new",
"currency": "USD",
"description": "The Jordan 1 Retro Low OG SP Travis Scott Medium Olive continues the highly coveted collaboration between Jordan Brand and Travis Scott, offering sneakerheads a fresh take on a classic silhouette. Dressed in a striking colorway of medium olive, black, sail, and muslin, this low-top design is instantly recognizable with its iconic reverse swoosh, a signature element of the Travis Scott x Jordan partnership. The premium leather and suede construction provides a tactile contrast, while the standout red Jordan wings logo on the heel and the Cactus Jack branding on the medial side elevate the sneaker’s distinctive style.<br><br>Travis Scott’s collaboration with Jordan has had an undeniable influence on sneaker culture, making each new release a must-have for collectors. The reverse swoosh, initially introduced with the first collaboration, has become synonymous with the Travis Scott brand, and this Jordan 1 Low model amplifies that signature aesthetic. Alongside the bold swoosh, other details like the sail midsole, muslin accents, and custom Travis Scott logos give the sneaker a blend of vintage appeal and modern streetwear edge, making it a versatile option for any look.<br><br>Released on September 28, 2024, the Jordan 1 Retro Low OG SP Travis Scott Medium Olive retailed at $150. This medium olive, black, sail, and muslin colorway continues to build on the legacy of the Jordan x Travis Scott collaboration, offering a sneaker that is a key piece of today’s sneaker fashion. Whether you're a dedicated Jordan collector or a fan of streetwear culture, this release is sure to make a statement.",
"gender": "male",
"gmv": 1646663.2,
"id": "eb43a2de-1c74-44d0-9534-ad9637f51cdc",
"image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-SP-Medium-Olive-Product.jpg",
"inserted_at": "2024-10-15T02:43:04Z",
"is_bundle": false,
"labels": ["sneakers", "Air Jordan One", "DM7866-200"],
"link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US",
"max_price": 587,
"min_price": 374,
"orders": 3394,
"size_system": "",
"sku": "DM7866-200",
"slug": "jordan-1-retro-low-og-sp-travis-scott-medium-olive-eb43a",
"title": "Jordan 1 Retro Low OG SP Travis Scott Medium Olive",
"variants": [
{
"gtin": "2460004274841",
"price": 459,
"size": "7",
"variant_id": "b3d888e4-1cb0-4e3e-aa3e-43ddfecfad67",
"variant_link": "https://stockx.com/air-jordan-1-retro-low-og-sp-travis-scott-medium-olive?country=US¤cyCode=USD&size=7&intsrc=CATF_7942"
}
// ...
]
}