> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints/endpoint-options/pagination/netsuite-soap-pagination-method.md).

# 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

<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.
