Skip to main content
POST
Merge a channel contribution into the cart

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
cart
object
required

Serializable omnichannel cart snapshot. Derived fields (subtotal, itemCount, …) are re-computed server-side and never trusted.

contribution
object
required
channel
enum<string>
required

Conversational-commerce channel a cart contribution came from.

Available options:
whatsapp,
rcs,
amb

Response

200 - application/json

The merged cart snapshot.

data
object
required

Serializable omnichannel cart snapshot. Derived fields (subtotal, itemCount, …) are re-computed server-side and never trusted.

meta
object
required