Hello, and warm thanks if you can help (or even if...
# suitetalkapi
l
Hello, and warm thanks if you can help (or even if you read the message :D) We are trying to retrieve customer deliveries from Netsuite through the SOAP API. Is anyone able to tell me how to retrieve the Inventory Details that are linked to the IF ? Is there a recommended way ? A direct link available in the IF ? We tried retrieving the IF items, and theres an "inventoryDetail" field displayed, but it’s always null in value.
t
Inventory Details is a subRecord of the item sublist, not just a value.
l
Thanks for answering. Do you k ow how I can retrieve this data through soap api?
t
sorry, no, I've only done it in suitescript
Maybe this will help Inventory Detail SOAP
b
your two options are the get operation or a search operation
avoid using basic searches, they are basically multiple gets, and you have to configure them correctly for sublist fields
l
THank you for these replies, I’ll follow your advice !