Endpoints — Pro
Search all dataset
Search in all the dataset by unique variants
GET
/
api
/
v2
/
variants
Find product by SKU, this is a exact match search.
Find product by GTIN, this is a contains
match search.
Example: 000111222333
will be matched with 111222333
or 111222
.
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.