Order Interaction

An order interaction is an ecommerce event that captures actions performed by a user to manage new, in progress, or completed orders.

The interaction names are treated as an order interaction:

NameValue
SalesforceInteractions.OrderInteractionName.CancelCancel
SalesforceInteractions.OrderInteractionName.DeliverDeliver
SalesforceInteractions.OrderInteractionName.ExchangeExchange
SalesforceInteractions.OrderInteractionName.PreorderPreorder
SalesforceInteractions.OrderInteractionName.PurchasePurchase
SalesforceInteractions.OrderInteractionName.ShipShip
SalesforceInteractions.OrderInteractionName.ReturnReturn

Order interaction fields:

Field NameField TypeDescription
namestringRequired. The event names.
order.attributesobjectA user-supplied value.
order.currencystringThe currency of the order.
order.lineItemsLine Item DataAn array of Line Item Data values.
order.idstringRequired. A unique identifier representing the order.
order.totalValuenumberRequired. The total value of the order.

Here’s how an order interaction is captured using the Web SDK.

Here’s how an order interaction is captured using the Sitemap.

See Also