Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search account orders by id or title
Filter by exact id. Supports comma-separated values for multiple matches.
"3,6,9"
Filter by exact account id. Supports comma-separated values for multiple matches.
773604
Filter by exact game id. Supports comma-separated values for multiple matches.
865964
Filter by exact buyer id. Supports comma-separated values for multiple matches.
423914
Filter by order status
pending
, in_delivery
, delivered
, refunded
"pending"
Filter by manual delivery status
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by updated at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2025-10-05"
Filter by sold at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by completed at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by cancelled at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by refunded at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Sort by field. Prefix with - for descending order.
id
, -id
, price
, -price
, delivery_time
, -delivery_time
, created_at
, -created_at
, updated_at
, -updated_at
, sold_at
, -sold_at
, completed_at
, -completed_at
"-updated_at"
Items per page (max 50)
1 <= x <= 50