Common Values
These are suggested values. Any string is accepted.
Related Properties
shipping
Shipping cost amount.
paymentType
Payment method used.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shipping tier selected by the customer.
window._upstack('track', 'purchase', {
transactionId: 'ORD-12345',
value: 134.99,
currency: 'USD',
shippingTier: 'express'
});
| Type | Required | Events |
|---|---|---|
| string | No | purchase, add_shipping_info, select_shipping_method |
| Value | Description |
|---|---|
standard | Standard shipping (5-7 days) |
express | Express shipping (2-3 days) |
overnight | Next-day delivery |
free | Free shipping |
pickup | In-store pickup |
Was this page helpful?