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

GOAT: Variant Price Update (GBP)

Conditions
Price of a variant changed by 5% since last check.
Product is no more available since last check.
This webhook tracks only UK market with GBP price.

Limitations#

Only products tagged as new_without_defects and a box condition tagged as good_conditions are kept.
Size in the webhook are US size, conversion will come later.
Only products that are matched with our StockX database are monitored, this means:
Around ~110k products are monitored.
SKU in the JSON is exactly the same as StockX, for comparison purposes.

Payload#

{
    "event": "goat.price.updated.gbp",
    "timestamp": 1745417316,
    "version": "v1",
    "data": [
        {
            "available": true,
            "currency": "GBP",
            "lowest_ask": 109.2,
            "name": "Wmns Samba OG 'Off White Alumina Snakeskin'",
            "product_id": 1475813,
            "size_us": "8",
            "sku": "JR8166",
            "slug": "wmns-samba-og-off-white-wonder-alumina-jr8166"
        },
        {
            "available": false,
            "currency": "GBP",
            "lowest_ask": 0,
            "name": "Wmns Zoom Challenge 'Hyper Orange Volt'",
            "product_id": 1567333,
            "size_us": "4.5",
            "sku": "FQ4155-800",
            "slug": "wmns-zoom-challenge-hyper-orange-volt-fq4155-800"
        }
    ]
}
Modified at 2025-08-29 19:30:07
Previous
GOAT: Variant Price Update (USD)
Built with