Skip to main content

Export orders by filters

GET 

/orders

Retrieves orders for the authenticated merchant using query-string filters and pagination. Dates must use yyyy-MM-dd HH:mm:ss format, for example fromDateTime=2026-06-01 00:00:00&toDateTime=2026-06-26 23:59:59. If orderId or clientOrderId is supplied, order identifier search takes precedence. If emailAddress is supplied without a complete date range, email search is prioritized. When fromDateTime/toDateTime are omitted, this endpoint performs a non-date-filtered search; no default date range is applied by this API.

Request

Responses

OK