Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Get list of shipping items
I'm in the process of upgrading a Web Services Java app that was written against 2008_2 to 2013_1. I'm having trouble getting a list of Shipping Items. There used to be in the old API a GetSelectValueType.salesOrder_shipMethod that I could use to look up the list with getSelectValue. There doesn't appear to be any equivalent in the new API. I've checked both RecordType and GetAllRecordType. I also tried looking through the various search record types and tried using the generic ItemSearchBasic record but no dice.
Does anyone know how to get a list of Shipping Items using the 2013_1 WS API? I'm really only looking for a RecordRef for a specified Ship Name to populate a new SalesOrder record so I don't even need the the ship item in the form of a record (can't find a class for that either).