Skip to main content
GET
/
api
/
orders
/
{orderId}
/
notices
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/orders/{orderId}/notices \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": {
    "notices": [
      {
        "id": "<string>",
        "level": "info",
        "type": "TICKETING_ERROR_REPORT_TO_STAFF"
      }
    ],
    "isComplete": true
  }
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Path Parameters

orderId
number
required

Response

200 - application/json

Successful response

data
object
required