List orders
Lists orders for the authenticated organization with filtering and pagination. Response fields are curated for operational visibility and exclude customer email, payment method, net/profitability, refund amount, and other financial detail from the public schema.
Scope notes: Requires order read scope and authenticated organization isolation.
Read-only endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.sellfern.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Sellfern public API key scoped to the authenticated organization. Do not use user JWTs for public integrations.
Query Parameters
Search order number, customer name, or related order text.
Alias for q.
Filter by order status.
New, Pending Cost, In Production, Shipped, Complete, Cancelled Filter by store identifier or store name accepted by the backend.
Only include orders created after this timestamp.
Only include orders created before this timestamp.
Only include orders updated after this timestamp.
IANA timezone used for date interpretation.
"America/New_York"
Filter by supplier identifier or name accepted by the backend.
Filter to orders with items missing SKUs.
Filter to orders with items missing design files.
Sort expression as field:direction.
"created_at:desc"
Page number, 1-indexed.
x >= 1Page size. Alias: limit.
1 <= x <= 200Alias for page_size.
1 <= x <= 200