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!
ItemFulfillment Shipping Cost Recalculation
In SuiteTalk Records Guide, it says "There is no web services equivalent of the Calculate Shipping button that appears on the Shipping subtab. In web services, shipping calculations are handled by the NetSuite backend when the transaction is submitted". This cause problems.
When I partially fulfill a salesorder, the shipping cost should be recalculated. On UI, we can just click calculate button, then the shipping cost will change. In Web Service (I use Java), I don't see a way to recalcuate the shipping cost. The shipping cost remains as it is in referenced salesorder. Moreover, when I setUseCodUps(true), the shipping cost should include the COD charge too. But it does not. The Netsuite backend are not handling these problem when the transaction is submitted. How can we solve this problem?