Discussions
Fetching InventoryItem collection with details in single response
I have a requirement to fetch the data from inventoryItem API however, the response of this contains the list of items. In order to fetch the details of these items(e.g. base price) we have to loop-in through each item from the response collection and make another request-
suitetalk.api.netsuite.com/services/rest/record/v1/inventoryItem/<inventory-id>/price/quantity=0,currencypage=1,pricelevel=1
Is there a way to fetch the data that contains all the items along-with their details in a single request/response?
Thanks