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
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).