# 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. &#x20;

## Pagination options

<table><thead><tr><th width="284">Option</th><th>Summary</th></tr></thead><tbody><tr><td>Limit</td><td>Enter the number of items to be returned per page. For example: <code>50</code>.</td></tr><tr><td>XPATH to the search ID field in the response</td><td>Enter the XPath to the <em>ID</em> field in your request responses.</td></tr><tr><td>XPATH to the total pages field in the response </td><td>Enter the XPath to the <em>total pages</em> field in your request responses.</td></tr></tbody></table>

## Special notes

To find the required xPaths, tools such as [xPath finder](https://xmltoolbox.appspot.com/xpath_generator.html) can be useful. Paste in a sample NetSuite SOAP response (first page) to obtain the required paths to fields.
