DRgetOrderInfo

This Omnistudio Data Mapper gets information about an order item and returns the value true or false for signature products.

Sample Input

1{
2    "itemId": "8024W000006KLKMQA4",
3    "orderId": "8014W000002MbVjQAK"
4}

Parameter

Required/Optional

itemId

Required

orderId

Required

Sample Output

1{
2  "Item": {
3    "isSignature": false
4  }
5}

Called By

  • Workflow: Web shop Order Confirmation

    • LWC: vplS360CartComponent.js

      • Integration Procedure: VPLS360_notifyUser