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.
Invalid shipmethod reference key (WSDL)
When trying to mark Drop Ship Purchase Orders as shipped via WSDL I'm receiving the following:
"ERROR: INVALID_KEY_OR_REF - Invalid shipmethod reference key 3"
A similar same issue was reported as an issue with the UI here:
https://usergroup.netsuite.com/users/showthread.php?p=103266
The process I am running was originally developed on WSDL v2.6. It ran without issue or change since v2.6. I updated it today to v2009.1 and received the same error.
I've tried forcing the shipstatus via:
oItemFulfillment.shipStatus = ItemFulfillmentShipStatus._shipped
Next I will try forcing the shipmethod based on what is defined on the PO.
0