Trigger scenario

  • A variant on GOAT has had its price updated.
  • A variant on GOAT has had its availability updated.

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

Response fields

event
string

The event name.

timestamp
number

The timestamp of the event.

version
string

The version of the event.

data
array

The data of the event.