{
"event": "SYNC_CART_FAILED",
"external_user_id": "123abc",
"merchant": {
"id": 7,
"name": "Best Buy",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
},
"data": {
"reason": "product out of stock"
},
"timestamp": 1710864923198
}Webhook Events
SYNC_CART_FAILED
Fired when adding products to a user’s merchant cart fails.
WEBHOOK
sync_cart_failed
{
"event": "SYNC_CART_FAILED",
"external_user_id": "123abc",
"merchant": {
"id": 7,
"name": "Best Buy",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
},
"data": {
"reason": "product out of stock"
},
"timestamp": 1710864923198
}Fired when adding products to a user’s merchant cart fails.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Body
application/json
Was this page helpful?
⌘I