Skip to content

Get a single order based on filters

GET
/rest/v1/order/order/item

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Query Parameters

filter[id]

Filter by order IDs

Type
string
filter[orderSerial]

Filter by order serial (partial)

Type
string
filter[customerId]

Filter by customer ID

Type
string
filter[status]

Filter by status

Type
string
filter[payway]

Filter by payment method

Type
string
filter[isPaid]

Filter by paid status

Type
boolean
filter[paid]

Filter by paid flag

Type
boolean
filter[isVisible]

Filter by visibility

Type
boolean
filter[storeId]

Filter by store ID

Type
string
filter[provider]

Filter by provider

Type
string
with

With relations

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI