latestOpenAPI 3.0.0MIT2026-08-043290199.3 KB
5b4ba84182d7
Catalog
Get single product
Get product details API allows you to fetch details for a single product
get/catalog/products/{productId}
Path parameters
productIdstring required
Unique identifier for a product
Response
Ok
Example response
{
"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"
},
"sizeChart": {
"availableConversions": [
{
"name": "US M",
"type": "us m"
}
],
"defaultConversion": {
"name": "US M",
"type": "us m"
}
},
"isFlexEligible": true
}