Commerce CensusContactRequest access

API / Monitoring

Live stream

Server-sent events for anything that cannot wait for a webhook round trip.

GET /v1/stream

Request

No parameters beyond the path and your bearer token.

Request & response
GET /v1/stream?type=price.changed&category=electronics.audio
Accept: text/event-stream

event: price.changed
data: {"product_id":"prd_8Fk2xQ","seller":"bestbuy","current":{"price_minor":19800}}