Webhook Events
StockX Price Updated (GBP)
Notification when the GBP price of a variant on StockX changes.
Trigger scenario
- A variant on StockX has had its price updated.
- A variant on StockX has had its number of asks updated.
Event specification
data
will contain an array of variants that have had their price updated. A single webhook can contain variants from multiple products.sizes
will contain an array of every size with conversion information.subtotal
will contain the price of the variant with shipping and StockX-fees included, it’s represented as a JSON object with the key being the shipping option and the value being the price.- If the
number_of_asks
is 0, it means that the variant is not for sale.
Payload
Response fields
The event name.
The timestamp of the event.
The version of the event.
The data of the event.