Skip to main content
GET
Get Order Status
string
required
The order ID.

Response

object

Error Responses

string
The error code indicating the reason for failure. Possible values:
  • UNAUTHORIZED: The user is not authenticated.
  • USER_NOT_FOUND: The authenticated user was not found.
  • ORDER_NOT_FOUND: The specified order does not exist.
  • FORBIDDEN: The order does not belong to the authenticated user.
  • INTERNAL_SERVER_ERROR: An unexpected server error occurred.