Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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>