Skip to content

Get a single order by ID

GET
/rest/v1/order/order/{id}

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Parameters

Path Parameters

id*

ID of the order to retrieve

Type
integer
Required
Format
"int64"

Query Parameters

with

With relations

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI