hi team, I'm trying to transform a transfer order ...
# integrations
n
hi team, I'm trying to transform a transfer order to item receipt using netsuite rest api, using the following body { "item": { "items": [ { "orderLine": 1, "onHand": 1.0, "itemReceive": true } ] } } but still always getting the same error status 400, with sublist error... any ideas?
p
how does your transform method look like?