WooCommerce
WooCommerce REST API,以 JSON 格式在 WordPress 网站上创建、读取、更新和删除数据
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 购物
简介
WooCommerce REST API 管理 WordPress 商店数据——基于密钥(公共商店数据可读,实测可用)。
快速开始
产品(公共商店——实测可用):
curl "https://woocommerce.com/wp-json/wc/store/v1/products?per_page=1"
[ { "id": 18734006810540, "name": "Stylezen", "slug": "stylezen", "type": "simple" } ]
认证方式
- 你自己的商店用 OAuth 1.0a / 消费者 key+secret。
- 公共商店的
/wp-json/wc/store/读取免密钥可用(实测)。
速率限制与注意事项
- 免费;WordPress 托管商店自带限额。
- 产品、订单、客户等。
常见问题
WooCommerce 免费吗? API 随你的 WooCommerce 商店免费。
认证风格是什么? OAuth 1.0a(消费者 key+secret);公共商店读取免密钥(实测)。
返回什么? 商店数据(产品、订单、客户)。
购物 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Best Buy Products, Buying Options, Categories, Recommendations, Stores and Commerce | API Key | Yes | Unknown | ↗ |
| BuyWhere Real-time product catalog API for AI agents across merchants in 7 countries (SG, MY, TH, VN, PH, ID, US) | API Key | Yes | Unknown | ↗ |
| Descripio Amazon Reviews Amazon product reviews for 12 marketplaces | API Key | Yes | Unknown | ↗ |
| Digi-Key Retrieve price and inventory of electronic components as well as place orders | OAuth | Yes | Unknown | ↗ |
| Dummy Products An api to fetch dummy e-commerce products JSON data with placeholder images | API Key | Yes | Yes | ↗ |