For the complete documentation index, see llms.txt. This page is also available as Markdown.

Northbeam integration

This guide applies only when selling pre-orders through Purple Dot's own checkout. Pre-orders sold through the Shopify checkout benefit from the same tracking as your regular sales.

If your store has Northbeam tracking enabled in the theme and you enabled the Northbeam integration on the Integration settings page in the Merchant Portal, then the Purple Dot checkout will trigger firePurchaseEvent to send transaction information to Northbeam.

This is a client side 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