Skip to main content

Sales Order Support API (1.0.0)

Download OpenAPI specification:Download

Sales Order Support HTTP API

updateOrder

Update order

Update order information

Updates specific fields of an order.

Supported updates:

  • Order Status
Authorizations:
oauth
path Parameters
id
required
string

ID of the order.

header Parameters
Request-Id
required
string
Tenant
required
string
X-Newstore-Tenant
required
string
Request Body schema: application/json
status
string

The new status of the order. Only on_hold is currently supported.

Responses

Request samples

Content type
application/json
{
  • "status": "string"
}

Response samples

Content type
application/problem+json
{
  • "error_code": "string",
  • "message": "string",
  • "request_id": "string"
}