Trying to create a transfer order via REST, and I ...
# inventory
w
Trying to create a transfer order via REST, and I get this:
Copy code
Invalid department reference key ERROR: Field Is Restricted for subsidiary 2.
I found a valid xfer order that I entered manually and tried to provide that department id in my create request as:
Copy code
department: { id: 10 }
but got the same error. Any thoughts on “field is restricted” errors?