Purchase
The Buzzi "Purchase" event captures information about a customer purchase through a website or eCommerce store.
POST http://api.buzzi.io/event/buzzi.ecommerce.cart-purchase
{
"session_id": "32092390230932",
"timestamp": "2016-11-29T15:42:20.167Z",
"customer": {
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"customer_id": "3824983465",
"customer_since": "2016-10-03T17:18:19Z",
"extra": {}
},
"cart": {
"order_id": "90230923",
"quantity": 4,
"order_promo": ["AS687"],
"currency": "USD",
"order_subtotal": "245.98",
"order_shipping": "4.00",
"order_tax": "5.76",
"order_discount": "20.00",
"order_total": "220.98",
"shipping_method": "FedEx",
"shipping_carrier": "Ground",
"extra": {},
"billing_address": {
"company": "BuzziCloud",
"name": "John Doe",
"street": "123 Buzzi Ct.",
"state": "WI",
"city": "Milwaukee",
"zip": "53202",
"country": "US",
"phone": "888-888-8888",
"extra": {}
},
"shipping_address": {
"company": "BuzziCloud",
"name": "John Doe",
"street": "123 Buzzi Ct.",
"state": "WI",
"city": "Milwaukee",
"zip": "53202",
"country": "US",
"phone": "888-888-8888",
"extra": {}
},
"cart_items": [{
"base_price": "75.00",
"category": ["Desks"],
"product_sku": "98732981245",
"product_name": "Student Desk",
"product_description": "Desk for studying.",
"product_image_url": "https://buzzicloud.com/image/238483409409",
"product_url": "https://buzzicloud.com/product/238290349034",
"quantity": 2,
"extra": {}
}, {
"base_price": "89.00",
"category": ["Chairs", "Furniture"],
"product_sku": "98733489349",
"product_name": "Student Chair",
"product_description": "Chair for studying at a desk.",
"product_image_url": "https://buzzicloud.com/image/23288439834",
"product_url": "https://buzzicloud.com/product/287344782484",
"quantity": 2,
"extra": {}
}]
}
}