Add a watch on an product on behalf of a customer. Returns existing watch if already watching.
cURL
curl --request POST \ --url https://api.auctionnow.io/api/alpha/merchant/customers/{customerId}/watches \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "productId": "<string>" } } '
{ "data": { "_id": "<string>", "_creationTime": 123, "productId": "<string>" }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique ID of the customer
Input data for creating a watch
Show child attributes
Watch created successfully
The created watch