NetSuite SOAP pagination method

Overview

This pagination method has been developed specifically for the NetSuite SOAP connector. It should not be used with other systems.

Pagination options

OptionSummary

Limit

Enter the number of items to be returned per page. For example: 50.

XPATH to the search ID field in the response

Enter the XPath to the ID field in your request responses.

XPATH to the total pages field in the response

Enter the XPath to the total pages field in your request responses.

Special notes

To find the required xPaths, tools such as xPath finder can be useful. Paste in a sample NetSuite SOAP response (first page) to obtain the required paths to fields.

Last updated