List Customers
Query parameters
RSQL is a REST query language that allows you to filter resources based on their attributes. The RSQL query is a string that represents a query in a human-readable format. The RSQL query is passed as a query parameter in the URL and is used to filter the resources based on the attributes of the resource. See RSQL queries for Checkout API for example filters to use with the Checkout API. See  for more information on RSQL queries.
The ordering sequence of the selected customers If not selected then a default order is based on Created Date Time.', 'The value of orderCriteria can be one of the following: <ul><li>billing.address_1</li><li>billing.address_2</li><li>billing.address_3</li><li>billing.city</li><li>billing.country_code</li><li>billing.first_name</li><li>billing.middle_name</li><li>billing.last_name</li><li>billing.phone</li><li>billing.postal_code</li><li>billing.state</li><li>company_name</li><li>company_registration_number</li><li>email_address</li><li>entity_id</li><li>id</li><li>phone_number</li><li>shipping.address_1</li><li>shipping.address_2</li><li>shipping.address_3</li><li>shipping.city</li><li>shipping.country_code</li><li>shipping.first_name</li><li>shipping.last_name</li><li>shipping.phone</li><li>shipping.postal_code</li><li>shipping.state</li><li>title</li><li>work_phone</li><li>tax.identifier</li><li>created_at</li></ul>
The ordering sequence of the selected customers If not selected then Descending order is the default order.
A filter query in RSQL format to retrieve customers based on page number. If not selected then a default pageNumber is 1.
A filter query in RSQL format to retrieve customers based on page size. If not selected then a default pageSize is 50
Response
Successful