Related Properties
transactionId
Unique order identifier for tracking.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Human-readable order name shown to customers.
window._upstack('track', 'purchase', {
transactionId: 'shopify_order_5678901234',
orderName: '#1042', // What the customer sees
value: 149.99,
currency: 'USD'
});
| Type | Required | Events |
|---|---|---|
| string | No | purchase |
Was this page helpful?