# Get Order Information

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /order/Info:
    get:
      summary: Get Order Information
      deprecated: false
      description: Get Order Information
      tags:
        - Order
      parameters:
        - name: orderid
          in: query
          description: orderid
          required: true
          example: V16031000126
          schema:
            type: string
        - name: Authorization
          in: header
          description: Authorization
          required: true
          example: 2+s8CDVEwkmRHSJ9lorE5Q==
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  OrderID:
                    type: string
                  Currency:
                    type: object
                    properties:
                      CurrencyCode:
                        type: string
                      CurrencyName:
                        type: string
                      FormatString:
                        type: string
                      Format2String:
                        type: string
                      Format3String:
                        type: string
                      Symbol:
                        type: string
                      Symbol2:
                        type: string
                      Symbol3:
                        type: string
                    required:
                      - CurrencyCode
                      - CurrencyName
                      - FormatString
                      - Format2String
                      - Format3String
                      - Symbol
                      - Symbol2
                      - Symbol3
                    x-apifox-orders:
                      - CurrencyCode
                      - CurrencyName
                      - FormatString
                      - Format2String
                      - Format3String
                      - Symbol
                      - Symbol2
                      - Symbol3
                  OriginalAmount:
                    type: number
                  DiscountedAmount:
                    type: number
                  Remark:
                    type: string
                  ShippingMethodName:
                    type: string
                  OrderAddressInfo:
                    type: array
                    items:
                      type: object
                      properties:
                        CountryName:
                          type: string
                        Concats:
                          type: string
                        CountryCode:
                          type: string
                        Province:
                          type: string
                        City:
                          type: string
                        Address:
                          type: string
                        PostCode:
                          type: string
                        Telephone:
                          type: string
                        Mobile:
                          type: string
                        Fax:
                          type: string
                      x-apifox-orders:
                        - CountryName
                        - Concats
                        - CountryCode
                        - Province
                        - City
                        - Address
                        - PostCode
                        - Telephone
                        - Mobile
                        - Fax
                  Trackingnumbers:
                    type: array
                    items:
                      type: string
                  CreatedOn:
                    type: string
                  ModifiedOn:
                    type: string
                  Items:
                    type: array
                    items:
                      type: object
                      properties:
                        SKU:
                          type: string
                        Name:
                          type: string
                        UnitPrice:
                          type: number
                        OriginalPrice:
                          type: number
                        Quantity:
                          type: integer
                        Subtotal:
                          type: number
                      required:
                        - SKU
                        - Name
                        - UnitPrice
                        - OriginalPrice
                        - Quantity
                        - Subtotal
                      x-apifox-orders:
                        - SKU
                        - Name
                        - UnitPrice
                        - OriginalPrice
                        - Quantity
                        - Subtotal
                required:
                  - OrderID
                  - Currency
                  - OriginalAmount
                  - DiscountedAmount
                  - Remark
                  - ShippingMethodName
                  - OrderAddressInfo
                  - Trackingnumbers
                  - CreatedOn
                  - ModifiedOn
                  - Items
                x-apifox-orders:
                  - OrderID
                  - Currency
                  - OriginalAmount
                  - DiscountedAmount
                  - Remark
                  - ShippingMethodName
                  - OrderAddressInfo
                  - Trackingnumbers
                  - CreatedOn
                  - ModifiedOn
                  - Items
              example:
                OrderID: V23120200014
                Currency:
                  CurrencyCode: USD
                  CurrencyName: USD
                  FormatString: ${0:N2}
                  Format2String: USD{0:0.00}
                  Format3String: USD-${0:0.00}
                  Symbol: $ - USD
                  Symbol2: USD
                  Symbol3: USD - $
                OriginalAmount: 1501.72
                DiscountedAmount: 1425.88
                Remark: ''
                ShippingMethodName: ''
                OrderAddressInfo:
                  - CountryName: China
                    Concats: david
                    CountryCode: CN
                    Province: kkkk
                    City: 伊朗
                    Address: 伊朗
                    PostCode: '123456'
                    Telephone: '15220271216'
                    Mobile: ''
                    Fax: ''
                Trackingnumbers: []
                CreatedOn: '2023-12-02T03:05:28'
                ModifiedOn: '2023-12-04T07:28:03'
                Items:
                  - SKU: 640500306A
                    Name: >-
                      2022Sa71 Christmas Stocking Knitted Gnome Hanging Sock
                      Ornament Candy Gift Bag for Xmas Fireplace Tree Decoration
                      - Red
                    UnitPrice: 3.24
                    OriginalPrice: 3.41
                    Quantity: 2
                    Subtotal: 6.48
                  - SKU: 680607027A
                    Name: >-
                      For Samsung Galaxy Watch6 Classic 47mm 43mm Watch Band
                      20mm Leather Strap with Magnetic Folding Buckle - Linen
                      Blue / Rose Gold Buckle
                    UnitPrice: 4.7
                    OriginalPrice: 5.71
                    Quantity: 300
                    Subtotal: 1410
                  - SKU: 680607027B
                    Name: >-
                      For Samsung Galaxy Watch6 Classic 47mm 43mm Watch Band
                      20mm Leather Strap with Magnetic Folding Buckle - Pink /
                      Rose Gold Buckle
                    UnitPrice: 4.7
                    OriginalPrice: 5.71
                    Quantity: 2
                    Subtotal: 9.4
          headers: {}
          x-apifox-name: success
        x-200:unauthorized:
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  Message:
                    type: string
                    description: message
                required:
                  - Message
                x-apifox-orders:
                  - Message
              example:
                Message: unauthorized
          headers: {}
          x-apifox-name: unauthorized
      security: []
      x-apifox-folder: Order
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/4282467/apis/api-162165288-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://openapi.tvc-mall.com
    description: 正式环境
security: []

```
