How to list shipping methods on NetSuite?
I'm trying to list Ship Items (UPS, FedEx, etc..) via API. As it shows in Accounting > Shipping Items > List . The documentation for the ItemFulfillment Record suggests that I use the operation GetSelectValue to list the shipMethod possible values (same as Ship Items). The documentation for GetSelectValue ( page 125 ) describes the SOAP request I need to use: <env:Body> <platformMsgs:getSelectValue> <fieldName fieldType="sales_salesOrder_shipMethod"/> </platformMsgs:getSelectValue> </env:Body> But it's not working, it seems that the fieldType is wrong. <soapenv:Fault> <faultcode>soapenv:Server