Skip to main content
POST
sync-cart-succeeded
Fired when adding products to a user’s merchant cart is successful.

Authorizations

Authorization
string
header
required

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
event
string

Name of the webhook event.

Example:

"SYNC_CART_SUCCEEDED"

external_user_id
string

Unique identifier for the user.

Example:

"123abc"

merchant
object
data
object
timestamp
string

Unix timestamp of the webhook event in UTC.

Example:

"1710864923198"