tvcmall_openapi
  1. Authorization
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. Authorization

Get Authorization

Developing
GET
/Authorization/GetAuthorization
Last modified:2024-02-20 08:29:02
Maintainer:Not configured

How to apply for API?#

It is very easy to apply for OPEN API. The only prerequisite is you have an account on our website.
Only one thing should be considered before you apply for it: Do you want us to put your watermark on the item images?
1.
•YES. Please tell your Account Manager you want to apply our OPEN API and provide your watermark to us (750x750 pixel with PNG type).
2.
•NO. Please tell your Account Manager you want to apply our OPEN API and no watermark is needed.
Once we get your application, we will review your watermark file (if you provide) and if it is qualified. We will inform specific IT engineer to authorize you use the OPEN API .
All these works will be finished in 1-2 working days. We will inform you the final result accordingly.
Authorization string prefix is TVC for example TVC Nd9!.cd}'c@^YT_

Request

Query Params
email
string 
required
email
Example:
xxxxxxx@tvcmall.com
password
string 
required
password
Example:
Nd9!.cd}'c@^YT_

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 -g --request GET 'https://openapi.tvc-mall.com/Authorization/GetAuthorization?email=xxxxxxx@tvcmall.com&password=Nd9!.cd}'\''c@^YT_'

Responses

🟢200success
application/json
Body
Success
boolean 
required
AuthorizationToken
string 
required
Example
{
  "Success": true,
  "AuthorizationToken": "2+s8CDVEwkmRHSJ9lorE5Q=="
}
Modified at 2024-02-20 08:29:02
Next
Get children of the category specified
Built with