Depal Open API Doc
  1. alibaba wholesale(1688)
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品关键词搜索
        • 类目详情数据
        • 商品池查询
    • 订单服务
      • 下单前预览
      • 提交订单
      • 订单详情
      • 取消订单
      • 物流跟踪查询
  • English
    • API Instruction
      • Introduction
      • Signature Rule
      • Get Token
    • product service
      • alibaba wholesale(1688)
        • Commodity keyword search
          POST
        • Commodity Details
          POST
        • Category Detail Data
          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

Header Params

Body Params application/json

Example
{
    "language": "string",
    "productId": 0
}

Responses

🟢200OK
application/json
Body

Example
{
    "code": "",
    "msg": "",
    "data": {
        "productId": 0,
        "mainImageUrl": "",
        "title": "",
        "price": "",
        "quantity": 0,
        "repurchaseRate": "",
        "monthSold": 0,
        "tradeScore": "",
        "firstCategoryId": 0,
        "secondCategoryId": 0,
        "thirdCategoryId": 0,
        "categoryId": 0,
        "categoryName": "",
        "description": "",
        "mainVideo": "",
        "detailVideo": "",
        "images": [
            ""
        ],
        "whiteImage": "",
        "attributes": [
            {
                "attrId": "",
                "attrName": "",
                "valueId": "",
                "value": ""
            }
        ],
        "skuInfos": [
            {
                "skuId": "",
                "price": "",
                "quantity": 0,
                "skuImageUrl": "",
                "attributes": [
                    {
                        "attrId": "",
                        "attrName": "",
                        "valueId": "",
                        "value": ""
                    }
                ],
                "productWeight": {
                    "weight": 0,
                    "length": 0,
                    "width": 0,
                    "height": 0
                }
            }
        ],
        "priceRanges": [
            {
                "startQuantity": 0,
                "price": ""
            }
        ],
        "unit": "",
        "productWeight": {
            "weight": 0,
            "length": 0,
            "width": 0,
            "height": 0
        },
        "minOrderQuantity": 0,
        "batchOrderQuantity": 0
    },
    "requestId": ""
}
Previous
Commodity keyword search
Next
Category Detail Data
Built with