| Billing Address | The billing address where the order will be billed to | List of Objects | N/A |
| 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 |
| Checkout Attributes | A list of attributes accumulated throughout the checkout process. | | [{"name": "landing_page","value": "/"},{"name": "cart_token","value": "123-abc"}] |
| 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 |
| Device | The name of the event sender's device, if they're on mobile web. | String | Vendo - Shopify Data Intelligence |
| Email | The email attached to this checkout. | String | mailto:test.user@email.com |
| 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 |
| 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 |
| Operating System | The operating system of the event sender. | String | Vendo - Shopify Data Intelligence |
| 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 |
| Referrer | Referring URL when the user first arrived on your site. Defaults to "$direct" if the user is not referred. | String | https://www.shop.com/ |
| Referring Site | The URL where the customer was referred from | String | https://www.google.com/ |
| Screen Height | The height of the device screen in pixels | Numeric | 1133 |
| Screen Width | The width of the device screen in pixels | Numeric | 1100 |
| 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 |