Orders
List Orders
Retrieve a paginated list of orders for your store with search and filtering.
GET
Query parameters
string
Search by order name/number or customer email. Performs a partial, case-insensitive match.
string
Filter by customer email address. Partial, case-insensitive match.
string
Filter by financial status. Accepts:
paid, pending, partially_paid, partially_refunded, refunded, voided, authorized.integer
Only return orders that bought a specific Shopify product. Matches the Shopify
product behind the order’s digital products — useful for targeting buyers of a
single product.
string
Only return orders linked to a specific Filemonk digital product (collection
UUID). Can be combined with
shopify_product_id.string
Filter orders created on or after this date. Format:
YYYY-MM-DD.string
Filter orders created on or before this date. Format:
YYYY-MM-DD.integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of orders per page. Minimum: 1, maximum: 250.
string
default:"created_at_desc"
Sort order. Accepts:
created_at_desc, created_at_asc, name_asc, name_desc.Response
array
required
List of order objects.
object
required
Pagination metadata.