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.
SOAP Message for Inventory Item
Hi,
Can somebody post the SOAP message they send to get an Inventory Item?
When I send:
<get
xmlns="urn:messages_1_3.platform.webservices.netsuite.com"
xmlns:ns1="urn:core_1_3.platform.webservices.netsuite.com">
<Record
itemId="1618"
type="InventoryItem"
xsi:type="listAcct:inventoryItem"
xmlns:listAcct="urn:accounting_1_3.lists.webservices.netsuite.com"/>
</get>
I get an "UNEXPECTED ERROR" back from NS.
I'm using PHP/NuSOAP so I have to build the XML by hand and I can't figure out all the xsds yet:(
Thanks,
Shanon
0