docs.remarkable.net
Orderstatus

Get order statuses

Get all order status for the site to be used in the order APIs. Allows Anonymous.

GET/v1/settings/orderstatus
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Response Body

curl -X GET "https://loading/v1/settings/orderstatus"
[
  {
    "orderStatusId": 0,
    "title": "string",
    "statusEmail": "string",
    "successful": true,
    "dispatched": true,
    "returned": true,
    "sendEmail": true
  }
]
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?