Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track when an order has been completely fulfilled (all items prepared for shipment).
window._upstack('track', 'order_fulfilled', { orderId: 'ORD_12345', orderName: '#1042', value: 149.99, currency: 'USD', fulfillmentStatus: 'fulfilled', items: [ { id: 'SKU_001', name: 'Monthly Snack Box', price: 39.99, quantity: 1 } ], email: 'customer@example.com' });
'fulfilled'
'partial'
Was this page helpful?
Contact support