I am working on an integration from a software product to JD Edwards EnterpriseOne, and we would like to create items that would later be used on Sales Orders. The issue arises when attempting to create a sales order with an item that was created via the business service (web service), it requires the item to be added to a branch/plant.
There is no field on the processInventoryItem request message to set the branch plant for the newly created item -- is there any way to do this via the API and not need to custom-build a new business service which includes it?
Thank you in advance!
You could use processInventoryItemV2 to create the Item Branch after Item Master creation.
According to docs: