Hi smart folks,
With an integration to NetSuite from a third party app, we continue to get failure for creating the item fulfillment record.
This happens with and without bins set on the item record... I have an A/B test of a two line sales order to try this...same error for both lines.
<Result>
<id></id>
<success>false</success>
<errors>
<error>
<statusCode>USER_ERROR</statusCode>
<message>Adding new line to sublist item is not allowed.</message>
<type>ERROR</type>
</error>
</errors>
</Result>
What I’d like to understand is if an item has preferred bin and other bins, do I need to set the bin for Inventory Detail on the SOAP request or will NetSuite identify the bin for me?