Skip to main content

get global order for order

get global order for order

Path Parameters
    order_uuid string required
    department_token string required
Responses

OK


Schema
    statusCode int32
    orderReadChecksum string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • order object
    uuid string
    order object
    oneOf

    object

GET /department/:department_token/global_order/:order_uuid

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/order/v2
Username
Password
order_uuid — path required
department_token — path required
curl / cURL
curl -L -X GET '/order/v2/department/:department_token/global_order/:order_uuid' \
-H 'Accept: */*'