PreProduct can add extra Shopify line item properties to your cart and resulting orders. This works for both mixed and isolated redirects.
To add custom properties, set the ppCustomLineItemProperties
variable on the window object. This must be a JavaScript object. Here’s how:
window.ppCustomLineItemProperties = {
"preorders_are": `great`
}