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 { "cart id" "cart 987654321", "products" \[ { "product id" "123456789", "name" "petunia" }, { "product id" "987654321", "name" "rose" } ], "recipient" "friend\@example com", "share message" "check out these beautiful plants i found!", "share via" "email" } products\[] array 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 \[ { "product id" "123456789", "name" "petunia" } ]