Order place event
I’m trying to send an “Order Placed” event to the API, and I would like to send each line item with various relevant properties for each line (ID, SKU, price, quantity etc). I can’t find any documentation for how to pass this information with the event. The examples I’ve found are only for the “Viewed Product” event, which passes a single product ID. However should I pass multiple product IDs and their corresponding data for an Order Placed event?
