Skip to main content
The order feed returns recent orders for the API key workspace. Use it for scheduled exports, lightweight reporting syncs, and accounting integrations.

REST Request

Query Parameters

Permissions

The API key role needs:

Response

Limits

  • The feed returns up to 50 orders per request.
  • Date ranges cannot exceed 5 days.
  • The REST route is rate limited. If you receive 429, wait before retrying.

Good Sync Pattern

  1. Run the feed on a schedule.
  2. Store the last successful date range in your system.
  3. Pull a small date range.
  4. Upsert orders by id.
  5. Keep payment ids for reconciliation.
Use the workspace time zone when choosing date windows.