Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Minimum required weight for "add package"
I am trying to add a package to a fulfillment. However, even though I am passing it non-zero weight (0.125) I am getting an error that I need to specify a non-zero weight.
My weights are pretty small, but could not find documentation for "minimum required weight"
Thoughts? Is there documentation I am missing?
REQUEST BODY
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><add xmlns="urn:messages_2016_2.platform.webservices.netsuite.com"><record xsi:type="q1:ItemFulfillment" xmlns:q1="urn:sales_2016_2.transactions.webservices.netsuite.com"><q1:createdFrom internalId="1789" type="salesOrder"/><q1:packageList><q1:package><q1:packageWeight>0.125</q1:packageWeight><q1:packageTrackingNumber>420100019400101699320032328578</q1:packageTrackingNumber></q1:package></q1:packageList></record></add></s:Body>