---
title: "GET /api/order/get-order-detail"
method: GET
path: "/api/order/get-order-detail"
tags: ["Order"]
---

# GET /api/order/get-order-detail

`GET /api/order/get-order-detail`

## Query parameters

- `orderid` string

## Response `200`

Success

- OrderDetailResponse
  - `content` OrderDetailRes
    - `orderID` string, nullable
    - `orderDate` string, nullable
    - `orderType` string, nullable
    - `orderStatus` string, nullable
    - `paymentMethod` string, nullable
    - `cardType` string, nullable
    - `cardNumber` string, nullable
    - `company` string, nullable
    - `bankName` string, nullable
    - `bankAccNumber` string, nullable
    - `invoiceNumber` string, nullable
    - `desc` string, nullable
    - `totalPrice` string, nullable
    - `totalTax` string, nullable
    - `status` string, nullable
    - `fullname` string, nullable
    - `address1` string, nullable
    - `address2` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `countryCode` string, nullable
    - `state` string, nullable
    - `province` string, nullable
    - `zipCode` string, nullable
    - `vatNumber` string, nullable
    - `transtype` string, nullable
    - `shipToFullName` string, nullable
    - `shipToaddress1` string, nullable
    - `shipToaddress2` string, nullable
    - `shipTocity` string, nullable
    - `shipTocountry` string, nullable
    - `shipTocountryCode` string, nullable
    - `shipTostate` string, nullable
    - `shipToprovince` string, nullable
    - `shipTozipCode` string, nullable
    - `shipToPhone` string, nullable
    - `shipingMode` string, nullable
    - `shippingtaxId` string, nullable
    - `shipingResellerId` string, nullable
    - `shipTocompany` string, nullable
    - `isdynamicnodecount` string, nullable
    - `quoteId` string, nullable
    - `userName` string, nullable
    - `emailAddress` string, nullable
    - `transactionId` string, nullable
    - `customerId` string, nullable
    - `shippingAndHandling` string, nullable
    - `poNumber` string, nullable
    - `customerPONumber` string, nullable
    - `showCompleteOrder` string, nullable
    - `showVoidButton` string, nullable
    - `showUsernameLink` string, nullable
    - `showResendMail` string, nullable
    - `comments` string, nullable
    - `orderDetails` OrderDetail[], nullable
      - `ssipnDesc` string, nullable
      - `ssipn` string, nullable
      - `price` string, nullable
      - `promotionKey` string, nullable
      - `quantity` string, nullable
      - `nodeCount` string, nullable
      - `orderStatus` string, nullable
      - `actKeys` OrdDetailActivationKeys[], nullable
        - `serialNumber` string, nullable
        - `actKey` string, nullable
        - `serviceStatus` string, nullable
        - `autoRenew` string, nullable
    - `subStatus` string, nullable
    - `refundAmount` string, nullable
    - `gstNumber` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
