Skip to content

Update an existing order (admin)

POST
/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 update

Type
integer
Required
Format
"int64"

Request Body

application/json
JSON
"string"

Responses

Order updated successfully

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI