Related Properties
value
Final order total.
tax
Tax amount.
shipping
Shipping cost.
discount
Discount amount applied.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Subtotal before tax and shipping.
window._upstack('track', 'purchase', {
transactionId: 'ORD-12345',
value: 134.99, // Final total
currency: 'USD',
subtotalPrice: 149.99 // Before discounts/tax/shipping
});
| Type | Required | Events |
|---|---|---|
| number | No | purchase, initiate_checkout |
Was this page helpful?