Events
Cart Shared
Shared the cart with one or more friends.
Suggested source: website front-end
Properties
Name | Type | Description | Required |
---|---|---|---|
cart_id | string | Shopping cart ID | |
products | object[] | Products displayed in the product list | |
recipient | string | Recipient of the sharing | |
share_message | string | Message that the sender sent | |
share_via | string | Method of sharing | |
Example
Products displayed in the product list
The product
Item Properties
Name | Type | Description | Required |
---|---|---|---|
product_id | string | Product ID displayed on the list | yes |
name | string | Name of the product | yes |
Example