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.
Sample SOAP Code to UPDATE InventoryItem
I'm using the following code to update an inventory record, but it's returning the ever-so-lovely Netsuite UNEXPECTED ERROR message with no further explanation.
Anyone have an example SOAP snippit that works for updating an inventoryItem record?
Thanks in advance,
Tony
<platformMsgs:update xmlns:platformMsgs = 'urn:messages_1_3.platform.webservices.netsuite.com'>
<platformMsgs:record internalId='376' xsi:type='ns1:InventoryItem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:ns1='urn:accounting_1_3.lists.webservices.netsuite.com'>
<ns1:itemId>TKR001-DRT</ns1:itemId>
</platformMsgs:record>
</platformMsgs:update>
0