Skip to main content

Fetch order feed for a store

GET 

/manager/order/v1/orders

Returns a paginated feed of the store's orders, most useful for POS, BI, and reporting integrations that periodically poll for new and updated orders. Use limit to control page size and the opaque pagination token to page through results — when the response offsetToken is absent, no more orders are available. Narrow the window with minDateTime / maxDateTime (ISO 8601 with time zone). The lookback window is bounded by the platform's retention period (currently up to the past 20 days). RATE LIMIT: 32 per minute

Request

Responses

Order feed was successfully retrieved