Skip to main content
PUT
/
orders
/
{id}
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

x-token
string
header
required

Access token obtained from /auth endpoint

x-brand
string
header
required

Brand identifier

x-venue
string
header
required

Venue identifier

Path Parameters

id
string
required

Order ID

Body

application/json

The body is of type any.

Response

Order updated successfully