Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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>