Skip to content

Place an order from the current cart

POST
/rest/v1/checkout/place-order

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"transportId": 0,
  
"paymentMethod": "string",
  
"shippingAddress": {
  
},
  
"billingAddress": {
  
},
  
"notes": "string"
}

Responses

Order placed successfully

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI