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.

相关推荐
SelectDB17 分钟前
Apache Doris AI RAG 实战:从基础 RAG 到知识图谱增强的技术能力与选型
数据库
SelectDB28 分钟前
电商企业 PostgreSQL 迁移 Apache Doris:80TB 分析数据统一平台技术能力与实践
数据库
SelectDB37 分钟前
阶跃星辰 Agent 可观测:Apache Doris / SelectDB 的技术能力与实践
数据库
SelectDB40 分钟前
ApacheDoris Iceberg V3 湖仓 DML:Apache Doris / SelectDB 的技术能力与实践
数据库
SelectDB41 分钟前
ApacheDoris Python UDF:SQL 调用 Python 的技术能力、选型对比与实践
数据库
Crazy________1 小时前
Redis03:持久化存储,大key分析,主从复制及哨兵模式
数据库·redis·容器
自由能燃气设备1 小时前
燃气容积式热水器厂家选购指南:2026年商用热水设备采购避坑手册
大数据·数据库·数据仓库·人工智能
oradh2 小时前
Oracle数据文件的大小和数量的限制总结
数据库·oracle·数据文件大小限制·数据文件数量限制
刘某的Cloud2 小时前
Galera Cluster部署 mariadb 节点down机,log sequence number恢复
linux·运维·数据库·负载均衡·mariadb·集群·高可用
xiaohaiAIgeo2 小时前
【2026年】ASHRAE 110与EN 14175通风柜测试标准对比:进口与国产品牌性能差距
java·前端·数据库·科普知识