Product listing and search
Search and list products with filters and sorting.
Search query. This will search within the product title, SKU, brand and colorway with higher weights on titre and SKU.
Find product by URL Key from StockX, this is a exact match search.
This is the slug of the product on StockX, example: https://stockx.com/nike-dunk-high-wu-tang-2024
-> nike-dunk-high-wu-tang-2024
.
Find product by SKU, this is a exact match search.
Find product by a GTIN within its variants, this is a contains
match search.
Example: 000111222333
will be matched with 111222333
or 111222
.
Get only the trending products from the last 24 hours.
Find products by brand.
Find a product that has a variant with this size.
Note: This is a exact match search and it’s only available when used with under_price
.
Find products by category.
Categories availables:
- apparel
- baseball
- basketball
- collectibles
- handbags
- skateboards
- sneakers
- soccer
- watches
Find products with a variant under this price.
Note: This is a less than
match and it’s only available when used with size
.
By default, products are sorted by weekly rank (number of orders), if there is a search query, the results are sorted by relevance.
date
and rank
are the only available sorting options for non-search requests.
It’s not possible to sort by ASC
or DESC
for now.
Page, limited by 20 products per page.
By encapsulating the query in quotes, you can search an exact phrase. For example, "adidas Forum Low"
.