Complex json data transformation

Hi @zaid,

Yes, I did change my inout structure, input has ‘priceListId’ attribute. Also, if you check the above test output, there was no issue. I’ve also tried itemId, it’s the same behavior, test output works but the actual response is still truncated.

The entire response from postman
[
    {
        "isSoftDeleted": false,
        "priceListId": 100000,
        "itemId": 7,
        "offers": [
            {
                "kind": "Clearance",
                "channel": 12,
                "price": {
                    "currency": "USD",
                    "base": 350,
                    "sale": 299.99,
                    "cost": 200
                },
                "offerCode": 1017,
                "range": []
            }
        ],
        "discountAmountDetails": []
    }
]

Also, what programing language does transformation use? I couldn’t find any detailed documentation on Response Body