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?