Newer Version Available
DROrderFetch
This Omnistudio Data Mapper is used to fetch the order line
items for an account.
Sample Input
1{
2 "AccountId": "0014W000029kBVyQAM"
3}|
Parameter |
Required/Optional |
|---|---|
|
AccountId |
Required |
Sample Output
1{
2 "Item": [
3 {
4 "orderId": "8014W000000lIcRQAU",
5 "itemId": "8024W000000iF3cQAE",
6 "Subtype": "ADD-ON",
7 "ProductCode": "VPL-NetflixPremium",
8 "Price": "$7.50 /Mo",
9 "PossibleAction": "REMOVE-PRODUCT",
10 "Name": "Netflix Premium",
11 "CustomAssetStatus": "In Progress"
12 },
13 {
14 "orderId": "8014W000000lIcRQAU",
15 "itemId": "8024W000000iF3XQAU",
16 "Subtype": "SERVICE",
17 "ProductCode": "VPL-ScreenPlus",
18 "Price": "$10.00 /Mo",
19 "PossibleAction": "REMOVE-PRODUCT",
20 "Name": "Screen Plus",
21 "CustomAssetStatus": "In Progress"
22 }
23]
24}