Retrieves order data. One GET request retrieves one order. The path parameter specifies the order to retrieve. The 200 response returns information persisted for the order from the POST and PUT requests.
Optionally, use the query parameters to get a base64-encoded label in the response.
Responses
401
Communicates a missing or expired access token for authorization. Currently used also in case of no rights to access the API.
403
🚧 Communicates no rights to access the API. Contact our Customer Solutions team for help. While this HTTP error code is currently not supported the API returns 401.
404
In case the external ID specified in the path parameter doesn't correspond to any order.
500
Returned in case of internal errors, which means the problem is on Paack's side.