freeapis

Shopee

Shopee's official API for integration of various services from Shopee

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Category
Shopping

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&timestamp=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

APIAuthHTTPSCORS
Best Buy

Products, Buying Options, Categories, Recommendations, Stores and Commerce

API KeyYesUnknown
BuyWhere

Real-time product catalog API for AI agents across merchants in 7 countries (SG, MY, TH, VN, PH, ID, US)

API KeyYesUnknown
Descripio Amazon Reviews

Amazon product reviews for 12 marketplaces

API KeyYesUnknown
Digi-Key

Retrieve price and inventory of electronic components as well as place orders

OAuthYesUnknown
Dummy Products

An api to fetch dummy e-commerce products JSON data with placeholder images

API KeyYesYes