tvcmall_openapi
  1. Order
tvcmall_openapi
  • Authorization
    • Get Authorization
      GET
  • Category
    • Get children of the category specified
      GET
    • Get parent of the category specified
      GET
  • Product
    • Search products
      GET
    • Get the details of the specified product
      GET
    • Get status of a list of products
      GET
    • Download the images of the specified product
      GET
    • Download the Scenseimage of the specified product
      GET
    • Search products with specific main category
      GET
    • Get the details of the specified product with images
      GET
  • Order
    • Create order
      POST
    • Get Order List
      GET
    • Get Order Information
      GET
  • Shipping
    • Shipping Calculation
      POST
    • Shipping Calculation Enhancement
      POST
  1. Order

Get Order Information

GET
https://openapi.tvc-mall.com/order/Info
Last modified:2023-12-04 07:56:03
Maintainer:Alfred.Tvc
Get Order Information

Request

Query Params
orderid
string 
required
orderid
Example:
V16031000126
Header Params
Authorization
string 
required
Authorization
Example:
2+s8CDVEwkmRHSJ9lorE5Q==

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.tvc-mall.com/order/Info?orderid=V16031000126' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

Responses

🟢200success
application/json
Body
OrderID
string 
required
Currency
object 
required
CurrencyCode
string 
required
CurrencyName
string 
required
FormatString
string 
required
Format2String
string 
required
Format3String
string 
required
Symbol
string 
required
Symbol2
string 
required
Symbol3
string 
required
OriginalAmount
number 
required
DiscountedAmount
number 
required
Remark
string 
required
ShippingMethodName
string 
required
OrderAddressInfo
array [object {10}] 
required
CountryName
string 
optional
Concats
string 
optional
CountryCode
string 
optional
Province
string 
optional
City
string 
optional
Address
string 
optional
PostCode
string 
optional
Telephone
string 
optional
Mobile
string 
optional
Fax
string 
optional
Trackingnumbers
array[string]
required
CreatedOn
string 
required
ModifiedOn
string 
required
Items
array [object {6}] 
required
SKU
string 
required
Name
string 
required
UnitPrice
number 
required
OriginalPrice
number 
required
Quantity
integer 
required
Subtotal
number  | integer 
required
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.0
        },
        {
            "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
        }
    ]
}
🟢200unauthorized
Previous
Get Order List
Next
Shipping Calculation
Built with