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

productIdstring required

Unique identifier for a product

urlKeystring required

The product name

styleIdstring nullable required

ID of prduct style

productTypestring required

The type of product categories that are available on StockX

titlestring nullable required

A string that uniquely identifies the product name.

brandstring nullable required

Brand of the product

isFlexEligibleboolean

Indicates if the variant is eligible for flex fulfillment

isDirectEligibleboolean

Indicates if the variant is eligible for direct fulfillment

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
}