List orders
Returns your orders, most recent first. Raw integration payloads (external_data) and internal inventory cross-references are not exposed.
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.
Query Parameters
Filter by order status (e.g. pending, processing, printed, assembled, shipped, fulfilled, cancelled, refunded)
Filter by source platform (e.g. shopify, etsy, manual, other)
Return orders placed on or after this ISO-8601 timestamp (e.g. 2026-01-01T00:00:00Z)
Return orders placed on or before this ISO-8601 timestamp
Maximum number of rows to return (1-100)
1 <= x <= 100Number of rows to skip for pagination
x >= 0