GET
/
api
/
v2
/
variants
sku
string

Find product by SKU, this is a exact match search.

gtin
string

Find product by GTIN, this is a contains match search.


Example: 000111222333 will be matched with 111222333 or 111222.

page
string

Page

This endpoint contains all data, not only StockX data. We are working on adding more data from other sources, actually 1.1 million variants are available at writing time.

SKU is often return multiple variants as SKU is a global identifier for the product and its variants. GTIN will often return a single variant.