Occurrences

Last Updated: 2023-10-29 02:00:20
The shop plugin adds transaction support to your website and is used to create an e-commerce store to sell products.  Shop supports the following occurrences/notifications.

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.

Was this page helpful?