Get All Orders (Odoo)

Retrieves a paginated list of sales orders from Odoo. Supports filtering by status, financial state, fulfillment status, and date ranges.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Maximum number of results to return per page.

string

Page number for pagination. Starts at 1.

string

ISO 8601 date. Return records last updated on or after this date.

string

ISO 8601 date. Return records created on or after this date.

string

ISO 8601 date. Return records last updated on or before this date.

string

Sort order by creation date. Accepted values: asc, desc. Defaults to desc.

string

Filter by raw Odoo order state. Accepted values: draft, sale, done, cancel.

string

ISO 8601 date. Return records created on or before this date.

string

Filter by invoice status in Odoo. Accepted values: nothing, to invoice, no, invoiced.

string

Filter by fulfillment status. Accepted values: unfulfilled, fulfilled, partial.

string

Filter by EcartAPI normalized status. Accepted values: pending, completed, cancelled, shipped, paid.

string

Search orders by display name (number / name field). Maps to a display_name ilike domain filter in Odoo. Example: S00042.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json