Order Tracking
Order Tracking
Tracking Commands
Example
_jts.push({
track: "product",
type: "order",
id: "12345567",
name: "Product Name"
});
_jts.push({
track: "order",
orderid: "12345666",
brutto: 199.99,
netto: 170.99,
subtotal: 111.99,
tax: 40.00,
shipping: 20.00,
zip: "2273",
city: "Hohenau",
country: "Austria",
paytype: "creditcard",
vouchers: [
{
code: "edc123",
value: 15.80,
type: "coupon",
appliedAmount: 15.80,
name: "Coupon-2018"
}
]
});
_jts.push({
track: "submit"
});Properties for order
orderName
Description
Type
Mandatory
Example
Voucher Properties
Name
Description
Type
Example
Last updated
Was this helpful?