Browser | The browser being used at the time the event was fired. (Not versioned) | String | Chrome, Safari, Firefox, Edge, Vendo |
Cart Subtotal Amount | The price at checkout before duties, shipping, and taxes. | Numeric | 100 |
Cart Total Amount | The sum of all the items in the checkout, including duties, taxes, and discounts. | Numeric | 134 |
Client Details User Agent | The user_agent object consists of a User-agent directive, and a value of the name of the user-agent | String | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 |
Confirmed | status or the orders if it was confirmed or not | Boolean | true |
Currency | The three-letter code that represents the currency, for example, USD. Supported codes include standard ISO 4217 codes, legacy codes, and non-standard codes. | String | AUD |
Date | Date of the add spend. All date data is converted to UTC so that Mixpanel can correctly attribute to the right timezone of the Mixpanel project | Date | 2021-10-08 |
Event Type | Indicates whether an event is a standard or a custom event. Only works for client side events | String | standard, custom |
Gateway | The payment gateway used for the order | String | Stripe |
Import | To determine if this a server side event or not | Boolean | true |
Insert ID | A unique identifier for the event, used for deduplication. | String | 49b71cd2-295b-476a-a345-0eb50bd13b57 |
Landing Site | The URL where the customer first landed on your site | String | https://www.my-shop.com/ |
Line Items | A list of line items in the order | List of Objects | N/A |
Order ID | The unique id of the order | String | 1234567890 |
Order Number | The unique number of the order | String | 1234567890 |
Payment Details | A list of payment details for the order | List of Objects | N/A |
Payment Gateway Names | A list of payment gateway names used for the order | List of Strings | Stripe |
Processing Method | The processing method used for the order | String | manual |
Referring Site | The URL where the customer was referred from | String | https://www.google.com/ |
Shipping Address | The shipping address where the order will be shipped to | List of Objects | N/A |
Shipping Lines | A list of shipping lines in the order | List of Objects | N/A |
Source | Name of the source where the data syncs. This will be Vendo data. | String | Vendo Data |
Subtotal Price | The price at checkout before duties, shipping, and taxes. | Numeric | 100 |
Tags | A list of tags associated with the order | List of Strings | VIP, Gift |
Tax Lines | A list of tax lines in the order | List of Objects | N/A |
Total Discounts | The total amount of discounts applied to the order | Numeric | 10 |
Total Line Items Price | The total price of all the line items in the order | Numeric | 100 |
Total Price | The sum of all the items in the checkout, including duties, taxes, and discounts. | Numeric | 134 |
Total Tax | The total amount of tax applied to the order | Numeric | 10 |
Total Weight | The total weight of all the line items in the order | Numeric | 100 |
Transaction ID | The unique id of the transaction | String | 1234567890 |
User ID | The unique id of the user | String | 1234567890 |