You are here:
Add Data to the Review Cart and Shipping Address Steps (Managed Package)
For the managed package runtime, the Messaging Framework of the Review Cart and Shipping Address steps stores the data format for the selected device. For the example, only the DeviceName is a merge field. The remaining values are hard-coded.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
- Click the Review Cart step.
- In the Messaging Framework properties for the step, make sure the Window postMessage, Pub/Sub, and Session Storage boxes are checked.
-
Add the following Message Key/Value pairs:
Key
Value
eventName
checkout
currencyCode
USD
eventAction
checkout
category
Ecommerce
action
Checkout
checkoutStep
1
productDetails
(leave blank)
-
Open the JSON Editor and replace the
nullvalue or empty quotes after theproductDetailsnode with the following JSON array:[ { "name": "%DeviceName%", "price": 699, "brand": "Apple", "category": "Mobile", "variant": "Black", "list": "Search Results", "quantity": 1, "shipping": 19.9, "tax": 17.35, "revenue": 736.25 } ] - Exit the JSON Editor.
-
Repeat this procedure for the Shipping Address step. Add the same data, except assign a
checkoutStepvalue of2.
What’s next: Add Data to the Provide Payment Step (Managed Package).

