Get product details API allows you to fetch details for a single product
Ok
Unauthorized
Not found
Internal Server Error
curl -i -X GET \ https://api.stockx.com/v2/catalog/products/:productId \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "productId": "bf364c53-eb77-4522-955c-6a6ce952cc6f",
- "urlKey": "purple-hand-bag-leather",
- "styleId": "BY9109",
- "productType": "handbags",
- "title": "Gucci Duchessa Boston Bag",
- "brand": "Nike",
- "productAttributes": {
- "gender": "women",
- "season": "SS21",
- "releaseDate": "2017-09-14",
- "retailPrice": 456,
- "colorway": "String/Black-Villain Red-Neptune Green",
- "color": "purple"
}
}