Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Shipping method issues
I tried to place a test order with a specified shipping method and I get the following error returned:
"> Array ( [statusDetail] => Array ( [code] => INVALID_KEY_OR_REF [message] => Invalid shipmethod reference key 3. ) "
I am using 3 as the internalID of the shipping method (within a recordRef).
performing a search of all my current shipping types gives me the following:
Array ( [getSelectValueResult] => Array ( [status] => Array ( [!isSuccess] => true ) [totalRecords] => 1 [recordRefList] => Array ( [recordRef] => Array ( [name] => UPS [!internalId] => 3 ) ) ) )
Am I supposed to use the internalID of my shipping method (which is)?
0