{
  "id": "1967d199-8f73-43a7-b012-871ccd9d6c23",
  "slug": "shopee-open-platform",
  "name": "Shopee Open Platform API",
  "provider": "Shopee (Sea Group)",
  "category_slug": "commerce",
  "description": "Seller and partner APIs for Singapore's biggest marketplace: product listing, orders, logistics, returns and shop management. Required integration for any SG e-commerce ERP or multichannel tool.",
  "base_url": "https://partner.shopeemobile.com/api/v2",
  "docs_url": "https://open.shopee.com",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Register as a developer at open.shopee.com and create an app (approval required for live category).",
    "Get your partner_id and partner_key.",
    "Have the seller authorize your app via the auth URL; you receive a code to exchange for shop-level access_token and refresh_token.",
    "Sign every call: HMAC-SHA256 over partner_id, path, timestamp, access_token, shop_id with your partner_key, passed as the sign query param.",
    "Refresh tokens every 4 hours via /auth/access_token/get."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl 'https://partner.shopeemobile.com/api/v2/product/get_item_list?partner_id=ID&timestamp=TS&access_token=TOKEN&shop_id=SHOP&sign=SIGN&offset=0&page_size=10&item_status=NORMAL'",
  "example_response_snippet": "{\"error\":\"\",\"response\":{\"item\":[{\"item_id\":178938,\"item_status\":\"NORMAL\",\"update_time\":1704067200}],\"total_count\":100}}",
  "agent_notes": "The per-call HMAC signature and 4-hour token expiry are the main integration pain. Use the test environment (partner.test-stable.shopeemobile.com) first.",
  "status": "live",
  "tags": [
    "shopee",
    "marketplace",
    "ecommerce",
    "sellers"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.486Z",
  "updated_at": "2026-07-05T09:15:27.073Z",
  "page_url": "https://singaporeapi.com/apis/shopee-open-platform"
}