Depal Open API Doc
  1. alibaba wholesale(1688)
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品池查询
    • 订单服务
      • 下单前预览
      • 提交订单
      • 订单详情
      • 取消订单
      • 物流跟踪查询
  • English
    • API Instruction
      • Signature Rule
      • Get Token
    • product service
      • alibaba wholesale(1688)
        • Commodity Details
          POST
        • Commodity Pool Query
          POST
    • Order Service
      • Pre-order Preview
      • Submit Order
      • Order Details
      • Cancel Order
      • Logistics tracking query
  1. alibaba wholesale(1688)

Commodity Details

POST
/openapi/1/{appKey}/1688.product.detail

Request

Path Params
appKey
string 
required
Header Params
Authorization
string 
optional
Default:
{{smile_admin_Authon}}
Example:
{{smile_admin_Authon}}
x-depal-timestamp
string 
required
timestamp when calling the service, milliseconds
x-depal-access-token
string 
required
retrieve from "system.token.get"
x-depal-signature
string 
required
sign the request data, refer to the signature document
Body Params application/json
productId
integer <int64>
required
Commodity ID
language
string 
required
need to contact Yato to open the corresponding language
Language Code https://baike.baidu.com/item/语言代码/6594123
en = English
ru = Russian
ja = Japanese
vi = Vietnamese
Example
{
    "productId": 0,
    "language": "string"
}

Responses

🟢200OK
application/json
Body
msg
string 
optional
INFORMATION
code
string 
optional
Status Code
data
object (ProductDetailResultEn) 
optional
Data
images
array[string]
optional
commodity picture
whiteImage
string 
optional
White background chart
productId
integer <int64>
optional
Commodity ID
mainVideo
string 
optional
Main Video URL
batchOrderQuantity
integer 
optional
One-hand quantity 200, if there is a value, the order quantity must be a multiple of the value
description
string 
optional
Product details, html
skuInfos
array[object (ProductSkuEn) {6}] 
optional
Product SKU information
productWeight
object (WeightDTOEn) 
optional
SKU estimated weight, length, width and height
title
string 
optional
Commodity Title
categoryName
string 
optional
Category Name
saleInfo
object (ProductSaleInfoEn) 
optional
Commodity Sales Information
titleCn
string 
optional
Commodity Title, Chinese
attributes
array[object (AttributeDTOEn) {6}] 
optional
commodity attribute
minOrderQuantity
integer 
optional
Minimum Starting Lot Model 1
sellerDataInfo
object (sellerDataInfoEn) 
optional
Merchant attribute data
categoryId
integer <int64>
optional
Leaf Category ID
status
string 
optional
Commodity Status
published publish normal (default published)
requestId
string 
optional
Request ID for easy issue tracking
Example
{
    "msg": "",
    "code": "",
    "data": {
        "whiteImage": "",
        "mainVideo": "",
        "batchOrderQuantity": 0,
        "description": "",
        "priceRanges": [
            {
                "startQuantity": 0,
                "price": ""
            }
        ],
        "title": "",
        "firstCategoryId": 0,
        "categoryName": "",
        "thirdCategoryId": 0,
        "tradeScore": "",
        "price": "",
        "mainImageUrl": "",
        "detailVideo": "",
        "images": [
            ""
        ],
        "quantity": 0,
        "productId": 0,
        "skuInfos": [
            {
                "skuImageUrl": "",
                "quantity": 0,
                "price": "",
                "attributes": [
                    {
                        "valueId": "",
                        "attrId": "",
                        "value": "",
                        "attrName": ""
                    }
                ],
                "productWeight": {
                    "length": 0,
                    "width": 0,
                    "weight": 0,
                    "height": 0
                },
                "skuId": ""
            }
        ],
        "productWeight": {
            "length": 0,
            "width": 0,
            "weight": 0,
            "height": 0
        },
        "monthSold": 0,
        "unit": "",
        "attributes": [
            {
                "valueId": "",
                "attrId": "",
                "value": "",
                "attrName": ""
            }
        ],
        "minOrderQuantity": 0,
        "repurchaseRate": "",
        "secondCategoryId": 0,
        "categoryId": 0
    },
    "requestId": ""
}
Previous
Get Token
Next
Commodity Pool Query
Built with