1. Taobao-Tmall-API
Daji Open Platform API
  • Introduction
    • Integration Guide
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • API Specification
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688-API
        • 1688 Signature & Enum
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
        • Query Ranking List
        • Query Daily Product Sales Trend
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
        • Batch Get Order Payment Links
        • Initiate Password-free Payment
        • Multilingual Search Navigation
        • 1688 Trade Message
        • 1688 Message - Signature Verification
      • 1688 API Debugging
        • 1688 Business Opportunity
          • Query Ranking List
          • Query Daily Product Sales Trend
        • 1688 Product Search
          • Upload image to get imageId
          • Image Search
          • Keyword Search
          • Shop Search
          • Product Shipping Query
          • Category Query
          • Product Detail Search - supports short links
          • Product Detail Search
        • 1688 Order Manage
          • Create Order
          • Preview Order
          • Cancel Order
          • Confirm Receipt
          • Query Order List
          • Query Order Detail
        • 1688 Order Pay
          • Initiate Password-free Payment
          • Get payment links for orders in batches
        • Other API
          • Multilingual Search Navigation
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
    • Taobao / Tmall API
      • Taobao-Tmall-API
        • Taobao/Tmall Signature & Enum
        • Upload Image
        • Image Search V1.0
        • Image Search V2.0
        • Keyword Search
        • Shop Search
        • Product Detail Search
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query
        • Product Detail Search - supports short links
        • Batch Product Shipping Query
        • Product Detail Search V2
        • Product Shipping Query V2
        • Batch Product Shipping Query V2
        • Matching API
        • Preview Product
        • Create Order
        • Cancel Order
        • Query Order
        • Pay Order
        • Order Message
        • Order Message - Signature Verification
      • Taobao/Tmall API Debugging
        • Taobao / Tmall Order Manage
          • Product ID Mapping
          • Product Preview
          • Create Order
          • Cancel Order
          • Query Order
        • Taobao / Tmall Order Pay
          • Batch Order Pay
        • Taobao / Tmall Product Search
          • Image upload By Get
          • Image Search V1.0
          • Image Search V2.0
          • Keyword Product Search
          • Shop Search
          • Product Detail Search V2
          • Ranking Type Search
          • Ranking Product Search
          • Product Shipping Query V2
          • Product Detail Search - supports short links
          • Batch Product Shipping Query V2
    • Poizon API
      • Poizon Product Search
        • Keyword Search
        • Product Detail
      • Poizon Order Manage
        • Create order & Payment API
        • Query Order Info
      • Poizon Balance Query API
        • Balance Query API
中文
Login In/Register
  1. Taobao-Tmall-API

Product Detail Search V2

OpenAPI Specification#

openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /taobao/traffic/item/get:
    get:
      summary: 商品详情搜索V2
      deprecated: false
      description: |-
        淘宝item_id 使用即将作废,需要更换成新的参数请求
        参数解析优先级:mi_id>item_url>tao_password
        商品详情搜索接口V2,生产环境请求地址:https://openapi.dajisaas.com/taobao/traffic/item/get
      tags:
        - 接口说明/Taobao / Tmall API/Taobao / Tmall 商品搜索
      parameters:
        - name: appKey
          in: query
          description: 大吉平台appKey
          required: false
          example: ''
          schema:
            type: string
        - name: appSecret
          in: query
          description: 秘钥,仅调试使用,正式用sign签名
          required: false
          example: ''
          schema:
            type: string
        - name: sign
          in: query
          description: sign签名,请求的参数字典排序+秘钥appSecret,调试时可忽略改字段
          required: false
          schema:
            type: string
        - name: item_id
          in: query
          description: 淘宝商品ID
          required: false
          example: '703446760426'
          schema:
            type: string
        - name: language
          in: query
          description: 目前仅支持:en-英语,vi-越南语
          required: false
          schema:
            type: string
        - name: mi_id
          in: query
          description: >-
            TaoWorld平台生成的商品ID标识。在TaoWorld上查询商品时返回。参数解析优先级mi_id>item_url>tao_password,3者至少传一个
          required: false
          example: 0000wCR7dcVMrs31GdXlxUVzTnlCokiLCHoVtfJC2hharWo
          schema:
            type: string
        - name: item_url
          in: query
          description: >-
            支持淘宝商品详情,以及TaoWorld商品详情链接https://distributor.taobao.global/apps/source/detail?itemId=1002532732865&mi_id=00006tpS7l_STIIwh1-IcXYINlkG8lT_Bqq0r0OipdmhKYH7QUUgmOM3x4XM6P9jJaPS
          required: false
          example: >-
            https://distributor.taobao.global/apps/source/detail?itemId=1002532732865&mi_id=00006tpS7l_STIIwh1-IcXYINlkG8lT_Bqq0r0OipdmhKYH7QUUgmOM3x4XM6P9jJaPS
          schema:
            type: string
        - name: tao_password
          in: query
          description: 淘宝平台生成的淘口令
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                    description: 返回码
                  message:
                    type: string
                    description: 消息
                  data:
                    type: object
                    properties:
                      itemResource:
                        type: string
                        description: taobao:淘宝/天猫
                      skuList:
                        type: array
                        items:
                          type: object
                          properties:
                            picUrl:
                              type: string
                              description: 图片
                            quantity:
                              type: integer
                              description: 库存
                            promotionPrice:
                              type: integer
                              description: 商品优惠价,单位:分
                            price:
                              type: integer
                              description: 商品原价,单位:分
                            skuId:
                              type: integer
                              description: 规格ID
                            properties:
                              type: array
                              items:
                                type: object
                                properties:
                                  valueId:
                                    type: integer
                                    description: 属性id
                                  valueName:
                                    type: string
                                    description: 属性值
                                  valueDesc:
                                    type: string
                                    description: 属性值+备注
                                  propId:
                                    type: integer
                                    description: 属性id
                                  propName:
                                    type: string
                                    description: 属性名称
                                required:
                                  - valueId
                                  - valueName
                                  - valueDesc
                                  - propId
                                  - propName
                                x-apifox-orders:
                                  - valueId
                                  - valu
修改于 2026-08-18 10:12:01
上一页
Batch Product Shipping Query
下一页
Product Shipping Query V2
Built with