Taobao & 1688 Product API Technical Overview and JSON Response Reference

简介: Taobao & 1688 Product API Technical Overview and JSON Response Reference

Taobao & 1688 Product API Technical Overview and JSON Response Reference

1. Topic Overview

This article introduces the official Taobao and 1688 product detail API capabilities from an enterprise technical perspective. It covers API core functions, standard request rules, business application scenarios, and standard JSON data return structure. The API is widely used for commodity synchronization, store inventory management, price monitoring, cross-platform distribution, and e-commerce data analysis.

2. API Introduction

The Taobao / 1688 Product API is an official open interface provided by the Taobao Open Platform (TOP). It allows developers and enterprises to obtain standardized structured product data through formal authentication and signature verification.

Common official API methods:

  • taobao.item.get: Obtain basic product details
  • taobao.item.get_full: Obtain full product data (SKU, images, description, promotion)
  • taobao.items.onsale.get: Get all on-sale products from a store
  • 1688.item.get: Get 1688 wholesale product information

3. Core Technical Features

  • Protocol: HTTPS
  • Data format: JSON / XML (JSON is recommended for enterprise development)
  • Authentication: AppKey + AppSecret MD5 signature verification
  • Data feature: structured, standardized, stable version iteration
  • Access control: QPS limit, frequency control, official traffic protection

4. Enterprise Application Scenarios

  • Cross-store and cross-platform product distribution (dropshipping)
  • Enterprise ERP commodity data synchronization
  • Real-time price and inventory monitoring system
  • Competitor product data analysis
  • E-commerce big data statistics and automated report generation

5. Standard JSON Return Reference (Enterprise Version)

The following is the universal standard JSON response structure for Taobao and 1688 product detail API, including core fields required for enterprise development.

{
  "item_get_response": {
    "item": {
      "num_iid": "680123456789",
      "title": "2026 Summer New Casual Cotton Short Sleeve T-shirt",
      "price": "89.00",
      "promotion_price": "59.00",
      "num": 520,
      "sales": 12580,
      "cid": 50015261,
      "category_name": "Women's Clothing > T-shirt",
      "pic_url": "https://img.taobao.com/xxx.jpg",
      "location": "Guangdong, Guangzhou",
      "nick": "Official Flagship Store",
      "modified_time": "2026-05-20 15:30:10",
      "sku_list": {
        "sku": [
          {
            "sku_id": "123456789001",
            "properties_name": "White / L",
            "price": "59.00",
            "quantity": 120
          },
          {
            "sku_id": "123456789002",
            "properties_name": "Black / XL",
            "price": "59.00",
            "quantity": 95
          }
        ]
      }
    },
    "request_id": "2026052015301000123"
  }
}

6. Core Field Explanation

  • num_iid: Unique product ID, the primary key for data synchronization
  • title: Product official title
  • price / promotion_price: Original price and discount price
  • num: Current stock quantity
  • sales: Cumulative sales volume
  • pic_url: Main product image URL
  • sku_list: Multi-specification price and inventory data
  • modified_time: Last update time for incremental synchronization
  • request_id: Full-link tracking ID for error troubleshooting

7. Enterprise Stability Guarantee Strategy

  • Control QPS frequency to avoid platform flow restriction
  • Retry mechanism for network timeout and 5xx errors
  • Strict data validation for price, stock and fields
  • Redis cache optimization to reduce API pressure
  • Incremental update based on modified_time
  • Full log recording and abnormal alarm monitoring

8. Summary

Taobao and 1688 Product API provides stable, standardized, and official compliant e-commerce commodity data services. It is the core data source for enterprise-level e-commerce systems, including commodity synchronization, distribution business, price monitoring, and data analysis. With standardized request logic, data verification, caching and flow control strategies, developers can ensure long-term stable operation of production-level business systems.

相关文章
|
4月前
|
JSON API 数据格式
Python 1688 拍立淘搜索 API 系列:JSON 数据反馈全解析
1688 拍立淘(item_search_img)是电商开发者高频使用的以图搜货 API,通过图片 URL/Base64 快速匹配同款 / 相似商品,返回标准化 JSON 结构。本文从接口调用、JSON 结构、字段解析、Python 实战、异常处理、数据应用全链路讲解,帮你彻底掌握 1688 拍立淘 API 的 JSON 数据反馈与处理。
|
5月前
|
监控 安全 数据挖掘
好用的电商API接口推荐(技术员实操版)
作为技术员,“好用”的电商API核心标准是:合规稳定、接入便捷、响应高效、成本可控,无需冗余功能,能精准匹配业务场景、降低开发运维成本。以下按「核心场景」分类,推荐主流、靠谱的电商API接口,涵盖官方接口和优质第三方接口,附技术层面的核心优势,可直接对照选型、对接开发。
|
2月前
|
存储 人工智能 数据可视化
如何搭建音视频知识库?从语音转文字到结构化整理的完整方案
本文分享用AI(如Ai好记+Obsidian)将B站、播客、YouTube等音视频高效转化为可检索知识库的实操方案:一键实现视频转笔记、语音转文字、视频总结、思维导图生成,并支持全文搜索与双向链接,15分钟搞定45分钟视频,大幅提升知识获取效率。
|
5月前
|
缓存 Prometheus 监控
Python请求淘宝天猫API常见问题解析与解决方案
通过系统化的错误处理机制和性能优化策略,可显著提升淘宝天猫API调用的稳定性和数据获取效率。实际开发中建议结合Prometheus监控调用成功率、错误率等关键指标,构建智能化的API调用管理体系。
|
5月前
|
监控 供应链 算法
天猫开放平台的其他API接口是什么
天猫开放平台提供了一系列API接口,涵盖商品管理、库存更新、价格调整、商家编码维护、视频资源获取等多个方面,以下是一些关键接口及其功能:
|
2月前
|
人工智能 索引
详解GEO优化的落地步骤和流程
越来越多企业重视GEO(生成式引擎优化),却苦于无从下手。本文基于多年实战经验,系统拆解GEO落地三步法:前期精准定位、中期5步实操(内容矩阵→语义关键词→技术适配→部署监测→迭代优化)、后期长效维护,避坑提效,助力品牌抢占AI流量入口。(239字)
654 4
|
2月前
|
人工智能 缓存 运维
AI智能体协同实战:Hermes Agent+Claude Code接入阿里云百炼Token Plan完整教程
2026年,AI智能体已经从单一代码助手,进化为能够协同工作的虚拟开发团队。Hermes Agent与Claude Code的组合,成为当前最成熟、最高效的AI开发搭档:Hermes Agent负责任务规划、需求拆解、记忆沉淀与流程调度,扮演技术主管角色;Claude Code专注代码生成、文件修改、命令执行与工程落地,承担核心开发工作。二者配合,可实现从需求分析到代码落地的全流程自动化,大幅提升研发效率。
977 3
|
2月前
|
人工智能 API 决策智能
解锁智能体新纪元:Qwen3.7-Max 正式发布,开启长程自主执行新时代
Qwen3.7-Max 是面向Agentic时代的全能基座模型,实现从“说得好”到“做得到”的范式跃迁。它以35小时全自主芯片优化、顶尖推理与编程能力(GPQA 92.4、SWE-80.4)、双模式推理及全栈Agent化架构,树立国产大模型新标杆。
|
2月前
|
人工智能 API iOS开发
最新版 Claude Code 快速上手指南(新手友好版)
2026年,AI编程工具已经全面进入终端原生、任务驱动、多模型兼容的新时代。Claude Code凭借轻量化、全平台通用、可直接操作文件与执行命令的特性,成为开发者日常效率提升的首选工具。它无需复杂IDE插件,不依赖图形界面,直接在终端运行,能自动规划任务、阅读代码、修改文件、执行脚本,真正融入开发流程。
1755 0
|
3月前
|
JSON 缓存 监控
企业级实战:京东商品详情 API 简要说明 + JSON 返回参考
按京东商品 ID(skuId/itemId)获取全量商品详情(基础、价格、库存、SKU、图片、促销、售后、店铺)