-
Hi ! Actually i create an Item Fufillment from a Sales Order (with an intialize request and a create request), but each line items have no inventory location set. When i try to create an item fulfillment from a sales order including items with inventory location, it leads to this message :
My goal is to : Maybe the Thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I see this answer https://stackoverflow.com/a/59401242/3022243 |
Beta Was this translation helpful? Give feedback.
-
The error message you're getting appears to be an application level message and not something coming directly from this toolkit. |
Beta Was this translation helpful? Give feedback.
-
For notice, passing inventoryLocation field is not possible in Item fulfillment via Soap request and is not supported. In my case, i must use restlet for passing this value like this :
|
Beta Was this translation helpful? Give feedback.
For notice, passing inventoryLocation field is not possible in Item fulfillment via Soap request and is not supported. In my case, i must use restlet for passing this value like this :