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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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