Skip to main content
There are two ways to get a product from StockX using KicksDB, depending on the information you have:

Find a product

You have the SKU or name of the product

Get a product from URL or ID

You have the URL or ID of the product

Find a product

API Reference
You can use the query parameter to search for a product by SKU, name, brand, etc…
The response will be a list of products that matches the query, ordered by relevance and product popularity, like this:

Get a product from URL or ID

API Reference
You can use the id or slug parameter to get a product by its ID or slug.
The response will be the product data, like this:

Additional parameters

Getting product variants

Get the variants of the product

Getting all product prices

Get the prices of the product

Getting product identifiers

Get the identifiers of the product

Getting product variants

You can add the display[variants] parameter to get the variants of the product, it will return a new field variants in the product data, like this: Request example:
Response example:

Getting all product prices

You can add the display[prices] parameter to get the prices of the product, it will return a new field prices in each individual variant, containing the lowest ask, ask count per delivery option. Request example:
Response example:
Supported delivery options are:
  • standard
  • express_standard (StockX Flex)
  • express_expedited (StockX Flex)

Getting product identifiers

Paying users only You can add the display[identifiers] parameter to get the identifiers of the product, it will return a new field identifiers in each individual variant, containing the identifiers of the product, like this: Request example:
Response example: