How do i get an item using SOAP. When I try settin...
# suitetalkapi
n
How do i get an item using SOAP. When I try setting the record type to
inventoryitem
or
item
I get the following error complaining about the record type.
Copy code
inventoryitem is not a legal value for {urn:<http://types.core_2021_1.platform.webservices.netsuite.com|types.core_2021_1.platform.webservices.netsuite.com>}RecordType
EDIT: I was able to figure it out by looking at the schema, the item type needs to be camel case
inventoryItem