List Checkouts
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 checkouts If not selected then a default order is based on created Date Time. The value of order_criteria can be one of the following:
<ul> <li>amount</li> <li>currency_code</li> <li>created_at</li> <li>updated_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
A query param to allow customer details to be populated for the customer id attached to checkout.
Response
Successful