DRPreparePayload

This Omnistudio Data Mapper is used in the agent console to transform the itemI D list in an array format in the Change Base workflow.

Sample Input

1{
2  "itemId": "01u4W00000B99DtQAJ"
3}

Parameter

Required/Optional

itemId

Required

Sample Output

1{
2  "items": [
3    {
4      "itemId": "01u4W00000B99DtQAJ"
5    }
6  ]
7}

Called By

  • Workflow: Agent console Change Base Package
    • Omniscript: vpls360csrChangeBasePackage
      • Integration Procedure: VPL360_CsrBasePackPosttocart
s