orders.created & orders.shipped
The orders.created notification is triggered when an order is placed of your website.
The orders.shipped notification is triggered when an order is marked as shipped in the administrative portal. The order does not require the tracking information to be completed to trigger.
The following data is available for email templates and API callbacks.[ 'AccountId', 'FirstName', 'LastName', Company, Address, Address2, City, Region, PostalCode, CountryId, OrderId, OrderNumber, TrackingNumber, Created, Status, Total, Shipping, Taxes, Items ]
Items = [ OrderItemId, OrderId, ProductId, Title, UnitPrice, Quantity, DiscountApplied ]
Note: The Items field will contain a list of product items.