KicksDB API
GuideAPI ReferenceWebhooksChangelog
GuideAPI ReferenceWebhooksChangelog
Support
  1. Events
  • Introduction
  • Security
  • Events
    • StockX: Variant Price Update (USD)
    • StockX: Variant Price Update (GBP)
    • StockX: Product Price Update (USD)
    • GOAT: Variant Price Update (USD)
    • GOAT: Variant Price Update (GBP)
  1. Events

StockX: Product Price Update (USD)

Conditions
The lowest price for a product changed.
This webhook tracks only US market for USD currency.

Event specification#

data will contain an array of products that have had their lowest ask price updated. A single webhook can contain products from multiple products.
lowest_ask will contain the new lowest ask price.
currency will contain the currency of the lowest ask price.

Payload#

{
  "event": "stockx.lowest_ask.updated.usd",
  "timestamp": 1742444859,
  "version": "v1",
  "data": [
    {
      "product_id": "ed22fbb8-868d-46ec-8e5d-022e60c50f4f",
      "name": "Nike KD 4 NERF (2024)",
      "slug": "nike-kd-4-nerf-2024",
      "sku": "FQ8180-400",
      "lowest_ask": 90.0,
      "currency": "USD"
    }
  ]
}
Modified at 2025-08-29 19:26:25
Previous
StockX: Variant Price Update (GBP)
Next
GOAT: Variant Price Update (USD)
Built with