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: Variant Price Update (GBP)

Conditions
Price changed by 5% or more.
No more asks are available for this variant
Only standard shipping is tracked.
This webhook correspond to GB/UK market with GBP price.

Specifications#

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.

Payload#

{
  "event": "stockx.price.updated.gbp",
  "timestamp": 1740384474,
  "version": "v1",
  "data": [
    {
      "product_id": "d0071024-6182-464c-8526-2c2ebcab4ba4",
      "name": "Fear of God Essentials Sweatshort Mint Leaf",
      "slug": "fear-of-god-essentials-sweatshort-mint-leaf",
      "sku": "160SP242002F",
      "variant_id": "2aa779f4-3fb6-42dd-9004-9a51e8576e36",
      "sizes": [{ "size": "US XXS", "type": "us" }],
      "lowest_ask": 69.0,
      "number_of_asks": 42,
      "product_type": "streetwear",
      "currency": "GBP"
    },
    {
      "product_id": "d0071024-6182-464c-8526-2c2ebcab4ba4",
      "name": "Fear of God Essentials Sweatshort Mint Leaf",
      "slug": "fear-of-god-essentials-sweatshort-mint-leaf",
      "sku": "160SP242002F",
      "variant_id": "a5eb8f45-15bc-40b7-afbd-5c442deed365",
      "sizes": [{ "size": "US XS", "type": "us" }],
      "lowest_ask": 70.0,
      "number_of_asks": 2,
      "product_type": "streetwear",
      "currency": "GBP"
    },
    {
      "product_id": "d0071024-6182-464c-8526-2c2ebcab4ba4",
      "name": "Fear of God Essentials Sweatshort Mint Leaf",
      "slug": "fear-of-god-essentials-sweatshort-mint-leaf",
      "sku": "160SP242002F",
      "variant_id": "42c98a0e-59bd-4e78-8654-054e9573f4f8",
      "sizes": [{ "size": "US S", "type": "us" }],
      "lowest_ask": 96.0,
      "number_of_asks": 1,
      "product_type": "streetwear",
      "currency": "GBP"
    }
  ]
}
Modified at 2025-08-29 19:27:11
Previous
StockX: Variant Price Update (USD)
Next
StockX: Product Price Update (USD)
Built with