Northbeam integration
id: <Purple Dot pre-order reference>
totalPrice: <total pre-order amount>,
shippingPrice: <total shipping cost>,
taxPrice: <total tax>,
coupons: <discount code>,
currency: <currency shopper paid in>,
lineItems: [
{
productId: <line item product ID>,
variantId: <line item variant ID>,
productName: <line item name>,
variantName: <line item SKU>,
price: <line item price>,
quantity: <how many units of this line item>
}
]Last updated