Orders
List Orders
Retrieve a paginated list of orders across all sellers.
GET
Returns orders platform-wide. Mercur extends the standard Medusa endpoint with
seller_id and name filters.
Query parameters
Maximum number of records to return.
Number of records to skip.
Field to sort by, prefix with
- for descending order.Comma-separated fields to include in the response.
Search term matched against orders.
Filter by order ID(s).
Filter by order status.
Filter to orders belonging to the given seller(s).
Filter by order name(s).
Filter by sales channel IDs.
Filter by region ID(s).
Filter by customer ID(s).
Filter by order total using operators like
$gte and $lte.Filter by creation date using operators like
$gte and $lte.Filter by update date using operators like
$gte and $lte.Response
Total number of matching orders.
Number of records skipped.
Maximum number of records returned.