Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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).