GET
/
api
/
v3
/
stockx
/
products

Membership

This endpoint is available in the free tier.

Parameters

query
string

The search query. It can be enclosed in quotes to search for exact matches. The sort order is overridden by relevance when a search query is provided.

limit
number
default:
"20"

The number of results to return.

page
number
default:
"1"

The page number to return.

display[traits]
boolean
default:
"false"

Member only

Whether to include traits in the response.

display[variants]
boolean
default:
"false"

Whether to include variants in the response.

display[sizes]
boolean
default:
"false"

Whether to include size charts in the response.

ids
string

Search for a list of products by their StockX UUIDs. The list must be comma-separated.

slug
string

Search for a list of products by their StockX slugs (urlKey). The list must be comma-separated.

brand
string

Search for a list of products by their brand name.

category
string

Search for a list of products by their category. Available values: sneakers, streetwear, watches, collectibles, nft, handbags.

sku
string

Search for a product by its SKU.

gtin
string

Member only

Search for a product by its GTIN/EAN.

sort
string
default:
"rank"

The sort order. Available values: rank and release_date.

size
string

The size of the product. This needs to be used with max_price.

max_price
number

The maximum price to return. This needs to be used with size.

Response fields

product
Product Object