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

Download the Scenseimage of the specified product

GET
https://openapi.tvc-mall.com/OpenApi/Product/ScenesImage
Last modified:2023-12-04 07:19:41
Maintainer:Alfred.Tvc
Download the Scenseimage of the specified product

Request

Query Params
ItemNo
string 
required
unique item identification
Example:
10000007A
Size
string 
required
Images size that can download:500x500, or 1000x1000
Example:
1000x1000
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/OpenApi/Product/ScenesImage?ItemNo=10000007A&Size=1000x1000' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

Responses

🟢200成功
application/json
Body
Code
integer 
code
required
code
Message
string 
message
required
message
ImageUrl
string 
image URL
required
image URL
Example
{"Code":300,"Message":"Images not generate completed,try again later.","ImageUrl":""}
🟢200unauthorized
Previous
Download the images of the specified product
Next
Search products with specific main category
Built with