DRFetchOrderItem

This Omnistudio Data Mapper fetches the details of item in an order during the Asset to Order workflow.

Sample Input

1{
2    "assetId": "02i4W000005CDNd",
3    "orderId": "8014W000000lIcgQAE"
4}

Parameter

Required/Optional

assetId

Required

orderId

Required

Sample Output

1{
2  "Item": [
3    {
4      "Id": "8024W000000iF41QAE"
5    }
6  ],
7  "ItemList": "8024W000000iF41QAE"
8}

Called By

  • Workflow: Self care Subscription Page Active Asset Cancellation

    • Integration Procedure: VPL360_CancelAssetItem

  • Workflow: Agent console Change Base Package

    • Omniscript: vpls360csrChangeBasePackage

      • Integration Procedure: VPL360_CSRBasePackageChange