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.{
"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"
}
]
}