order
An order event should be triggered whenever a user, i.e. one of your customers, places an order. It should look like the following example:
An order event is identified by its type order
and an additional order
property containing specific information about the products being ordered. This property must have the id
of the order in your shop system and a lines
property, containing a list of ordered items.
Last updated
Was this helpful?