RE: Get all internal IDs for records
I have an application that connects to NetSuite and fetches some vendor and purchase order data from NetSuite. I am using SOAP webservices to get the data from NetSuite.
Is there a way to get internal IDs of all the vendors using SOAP request?
Yes, you can use a vendor search to get all internal ids; however, the soap api limits you to 1,000 results per request, so you may have to paginate your response.