Shopee
Shopee's official API for integration of various services from Shopee
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Shopping
- Documentation / URL
- https://open.shopee.com/documents?version=1
Overview
Shopee provides marketplace APIs — signed (partner_id + sign; invalid auth returns HTTP 200 with an error body, verified).
Quick Start
Signed requests (replace YOUR_ID/YOUR_SIGN):
curl "https://partner.shopeemobile.com/api/v1/item/get?partner_id=YOUR_ID&sign=YOUR_SIGN×tamp=1"
{ "error": "error_auth", "message": "The API is offline." }
Authentication
- Shopee Open Platform app → partner_id + key.
- Every request needs a signature (
sign).
⚠️ Gotcha (verified): invalid auth returns HTTP 200 with an error body — check
error.
Rate Limits & Notes
- Free tier with limits (check the docs).
- Items, orders, services.
FAQ
Is Shopee free? Free tier with limits; more is paid.
Why 200 with an error? Invalid auth returns 200 + error (verified) — sign properly.
What’s the auth style? Signed request (partner_id + sign).
More in Shopping
| 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 | ↗ |