{
  "id": "35437729-bfaf-49b6-940d-18cb71369159",
  "slug": "lazada-open-platform",
  "name": "Lazada Open Platform API",
  "provider": "Lazada (Alibaba Group)",
  "category_slug": "commerce",
  "description": "Seller APIs for Lazada Singapore covering products, orders, logistics, finance and data, using Alibaba-style signed requests. The other must-have marketplace integration for SG e-commerce tooling.",
  "base_url": "https://api.lazada.sg/rest",
  "docs_url": "https://open.lazada.com",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Register at open.lazada.com and create an app to get app key and secret.",
    "Have the seller authorize via the Lazada auth URL; exchange the code for access_token via /auth/token/create.",
    "Sign every request: HMAC-SHA256 over the sorted parameter string with your app secret (sign param).",
    "Use the country-specific endpoint (api.lazada.sg for Singapore).",
    "Refresh tokens before the (roughly weekly) expiry via /auth/token/refresh."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl 'https://api.lazada.sg/rest/orders/get?app_key=KEY&timestamp=TS&access_token=TOKEN&sign_method=sha256&sign=SIGN&created_after=2026-07-01T00:00:00+08:00'",
  "example_response_snippet": "{\"code\":\"0\",\"data\":{\"count\":2,\"orders\":[{\"order_id\":123456789,\"statuses\":[\"pending\"],\"price\":\"59.90\"}]}}",
  "agent_notes": "Signature is over alphabetically sorted params concatenated with the API path; a single unsorted param breaks it. Each Lazada country is a separate endpoint and seller authorization.",
  "status": "live",
  "tags": [
    "lazada",
    "marketplace",
    "ecommerce",
    "sellers"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.498Z",
  "updated_at": "2026-07-05T09:15:27.084Z",
  "page_url": "https://singaporeapi.com/apis/lazada-open-platform"
}