open api
  1. Product
open api
  • 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 the details of the specified product with images
      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
  • Order
    • Create Order
      POST
    • Create Dropshipping Orders
      POST
    • Create order(Deprecated)
      POST
    • Get Order List
      GET
    • Get Order Information
      GET
  • Shipping
    • Shipping Calculation
      POST
    • Shipping Calculation Enhancement
      POST
  1. Product

Download the images of the specified product

GET
/OpenApi/Product/Image
Download the images of the specified product

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/OpenApi/Product/Image?ItemNo=10000007A&Size=1000x1000' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='

返回响应

🟢200成功
application/json
Body

示例
{"Code":100,"Message":"Images generated success.","ImageUrl":"https://tvc-image-package.s3.amazonaws.com/openapi/image-packages/3e7fa007-b61d-461d-9236-37d9312446fc/10000007A_1000x1000.zip?AWSAccessKeyId=AKIAIP6SMUZNIXN4JF2Q&Expires=1703218075&Signature=VIvH%2FNXPrNTi3UW1vC9tlytoxcM%3D"}
🟢200unauthorized
修改于 2025-07-21 07:43:22
上一页
Get status of a list of products
下一页
Download the Scenseimage of the specified product
Built with