Operation Get Order Details

Method: HTTP GET method

Endpoint: http://<host_address>:<port_address>/v1/orders/detail

Parameters
Name Type Value

orderId

string (header)

Order ID value

orderRef

string (header)

Order Ref value

Example:

{
  "orderID": "28aug25_10",
  "orderRef": "28aug25_10",
  "header": {
    "submittedDate": 1726029147.763,
    "description": "desc",
    "customerID": "pooja",
    "orderPriority": 4,
    "invoiceAddress": {
      "line1": "1",
      "line2": "2",
      "line3": "3",
      "locality": "PUNE",
      "region": "MH",
      "country": "IN",
      "postCode": "411",
      "supplementaryLocation": "Malegaon"
    },
    "deliveryAddress": {
      "line1": "34",
      "line2": "eff",
      "line3": "wefwe",
      "locality": "effe",
      "region": "gh",
      "country": "1",
      "postCode": "34",
      "supplementaryLocation": "fewf"
    },
    "udf": [
      {
        "name": "country",
        "value": "India"
      }
    ],
    "status": "COMPLETE",
    "statusChanged": 1726029146.89,
    "requiredByDate": 1685002200
  },
  "lines": [
    {
      "lineNumber": "1",
      "subscriberID": "mona",
      "productID": "PO_TV",
      "productVersion": "1",
      "quantity": 1,
      "uom": "uom",
      "deliveryAddress": {
        "line1": "34",
        "line2": "eff",
        "line3": "wefwfwefe",
        "locality": "ewfewef",
        "region": "ghwcdfefdew",
        "country": "1",
        "postCode": "34",
        "supplementaryLocation": "fewfmntppplpl"
      },
      "action": "PROVIDE",
      "udf": [
        {
          "name": "daughter",
          "value": "prisha"
        }
      ],
      "status": "COMPLETE",
      "statusChanged": 1726029146.89
    }
  ]
}