hey guys , im trying to transform an SO to fulfilled ,
at the first call i can see in the UI that its making the items to be 'picked' ,
but im having trouble to fully fulfilled the order , any idea someone ?
this is the url : /services/rest/record/v1/salesorder/3740479/!transform/itemFulfillment
and this is the body:
{
"item":{
"items":[
{
"orderLine":1,
"location":407,
"itemreceive": true
}
]
}
}