Property | Type | Description |
share_via | String | Method of sharing |
share_message | String | Message that the sender sent |
recipient | String | Recipient of the sharing |
product_id | String | Product ID displayed on the list |
sku | String | SKU of the product being shared |
name | String | Name of the product being shared |
category | String | Category of the product |
subcategory | String | Sub-category of the product |
brand | String | Brand associated with the product |
variant | Object | Variant of the product |
price | Number | Price of the product being shared |
currency | String | Currency |
discount | Number | Discount on the price of product being shared |
quantity | Number | Quantity of a product |
position | Number | Position in the product list |
url | String | URL of the product page |
image_url | String | Image url of the product |
Property | Type | Description |
share_via | String | Method of sharing |
share_message | String | Message that the sender sent |
recipient | String | Recipient of the sharing |
cart_id | String | Shopping cart ID |
value | Number | Total value of the items in cart without discounts, delivery charges or additional charges |
discount | Number | Total discount on the cart value |
shipping_charges | Number | Shipping cost associated with the cart. |
additional_charges | Number | Additional charges like packaging, tax (if not included in the cart value or shipping charges), etc |
products | Array | List of displayed products |
products.$.product_id | String | Product ID displayed on the list |
products.$.sku | String | SKU of the product being viewed |
products.$.name | String | Name of the product being viewed |
products.$.category | String | Category of the product |
products.$.subcategory | String | Sub-category of the product |
products.$.brand | String | Brand associated with the product |
products.$.variant | Object | Variant of the product |
products.$.price | Number | Price of the product being viewed |
products.$.currency | String | ​Currency code associated with the transaction |
products.$.discount | Number | Discount on the price of product being viewed |
products.$.quantity | Number | Quantity of a product |
products.$.position | Number | Position in the product list |
products.$.url | String | URL of the product page |
products.$.image_url | String | Image url of the product |