{
  "openapi": "3.0.0",
  "info": {
    "title": "Taobao and Tmall Product Details API (V4)",
    "version": "1.0.0",
    "description": "Get Taobao and Tmall product Details data, including pricing, images, and shop details, for product research, catalog monitoring, and ecommerce analysis."
  },
  "paths": {
    "/api/taobao/get-item-detail/v4": {
      "get": {
        "tags": [
          "Taobao and Tmall"
        ],
        "summary": "Product Details",
        "description": "Get Taobao and Tmall product Details data, including pricing, images, and shop details, for product research, catalog monitoring, and ecommerce analysis.",
        "operationId": "getItemDetailV4",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for this API service.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "itemId",
            "in": "query",
            "description": "AUnique product identifier on Taobao/Tmall (item ID).",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "itemId": 748568300422,
                    "title": "AHC官方旗舰店男士专研多效乳液锁水保湿控油清爽温和不刺激护肤",
                    "itemPic": "https://gw.alicdn.com/imgextra/O1CN01cyiF171l6iMJdhuqN_!!4611686018427384434-0-item_pic.jpg",
                    "images": [
                      "https://gw.alicdn.com/imgextra/O1CN01cyiF171l6iMJdhuqN_!!4611686018427384434-0-item_pic.jpg",
                      "https://img.alicdn.com/i4/4004614770/O1CN01RGp5FO1l6iKXj5CcG_!!4004614770.png",
                      "https://img.alicdn.com/i1/4004614770/O1CN01lus4hu1l6iKW20XeJ_!!4004614770.png",
                      "https://img.alicdn.com/i3/4004614770/O1CN01BC5Uts1l6iHCkYfZu_!!4004614770.jpg"
                    ],
                    "itemPrice": 12000,
                    "DiscountPrice": 7900,
                    "sku2info": [
                      {
                        "skuId": "6113373491970",
                        "skuName": "50ml",
                        "skuPicUrl": null,
                        "finalSkuPrice": 7900,
                        "thirdOriginalDiscountPrice": 7900,
                        "valueList": [
                          "75366304"
                        ],
                        "itemPrice": 12000,
                        "finalPrice": 7900,
                        "stock": "10"
                      }
                    ],
                    "skuBase": [
                      {
                        "propertyId": "147956252",
                        "propertyName": "净含量",
                        "itemPropertyValues": [
                          {
                            "valueId": "75366304",
                            "value": "50ml",
                            "pic": null,
                            "badge": null
                          }
                        ]
                      }
                    ],
                    "shopName": "AHC官方旗舰店",
                    "shopType": "B"
                  }
                }
              }
            }
          }
        },
        "x-order": "11001200"
      }
    }
  },
  "components": {}
}