Hello All, Does anyone have experienced create ite...
# suitetalkapi
s
Hello All, Does anyone have experienced create itemfulfillment (salesorder/transform) with a kit item? I tried to put order lines (kit item, component item) but it returns error. payload
Copy code
{
  "item": {
    "items": [
      {
        "orderLine": 1,
        "location": 5,
        "itemreceive": true
      },
      {
        "orderLine": 2,
        "location": 5,
        "itemreceive": true
      }
    ]
  }
}
// orderLine 1 - kit item , orderLine 2 - component item
Copy code
"Error while accessing a resource. Please configure the inventory detail in line 2 of the item list.",
Can anyone give me an advice for this?
b
considering that you arent even attempting to add the inventory detail, my guess is that you dont know what it is
in which case you want to familiarize yourself with Advanced Bin / Numbered Inventory Management
s
Thanks for your advice. I'm going to read it right away.
I appreciate it! You saved my day.