Commerce CensusContactRequest access

API / Monitoring

Watches

A standing condition on a product, a seller, a brand or a whole category.

POST /v1/watches

Request

No parameters beyond the path and your bearer token.

Request & response
POST /v1/watches
{ "ref": "0885909950805",
  "condition": { "op": "lt", "price_minor": 18000 },
  "seller": null,                        // null = any
  "callback": "https://you.example/hooks/price" }

→ 201
{ "watch_id": "wch_4b1c9e02", "secret": "whsec_…" }