Skip to main content
Beta Feature This recipe shows how to get the prices of multiple products from StockX using KicksDB. It requires a list of product IDs or SKUs.

Get prices in batch from StockX

API ReferencePremium Feature
The request body should include a list of product IDs or SKUs, when both are provided, only the SKUs will be considered. Up to 50 products can be requested at once. Request example:
Response example:

Remarks

  • Variants with no prices or no variants are omitted from the response.
  • Three types of prices are supported:
    • standard -> Standard delivery
    • express_standard -> Express Standard delivery
    • express_expedited -> Express delivery with 3-day guarantee expedited option
  • The list of variants is not ordered.
  • The currency is always the main currency of the market (e.g. UK -> GBP).
  • The SKUs should be written as they are written on StockX’s product page.