Discussions
NetSuite WebService API
Some questions for the NetSuite WebService API.
1. When creating a default itemfulfillment record in NSuite (with administrator permissions) I get an error regarding the shipping address… why?
a. Procedure used: Use the NetSuite.Initialize method with an associated salesorder to return a new itemfullment.
b. Add the inventorydetail to each item, and save.
c. Clearing the address out prevented the error… but then the address was updated to null L
2. Same procedure as above – but the “inFulfillment” flag on the item says “No” via the web page, even though the status is “Picked”… why?
3. Need to set up tracking numbers and shipping boxes for the itemfulfillment record, to advance to the packed / shipped states. Are there any good examples of how to achieve this via the web service API – preferably in .Net language.