Skip to main content
Returned orders are sorted by createdAt in descending order; the latest appears at index 0. The maximum page size is 100. Only supports API key authentication.

Arguments

Filter parameters to narrow down the search results based on order creation datetime.
Pagination parameters to control the fetching of data, such as specifying the number of items before or after a cursor.

Returns

Returns an OrdersConnection object, which includes a list of orders matching the specified criteria along with pagination information.

Example - request

Example - query

GraphQL

Example - response