Question regarding the REST API and creating a tra...
# general
m
Question regarding the REST API and creating a transformation:
data: {
shipStatus: B,
item: {
items: [
{
orderLine: 1,
quantity: 1,
location: 10,
itemReceive: true,
inventoryDetail: {
inventoryAssignment: {
items: [
{
issueInventoryNumber: 10189,
quantity: 1,
binNumber: 2211,
},
],
},
quantity: 1,
},
},
],
},
},
I am sending the above data to the "/record/v1/salesOrder/{id}/!transform/itemFulfillment" REST API, however, I keep getting back this message: Error while accessing a resource. The total inventory detail quantity must be 1. Any ideas?
d
maybe ask/forward your question to #C2K2RJNAC
👍 1