48
/100
prowl
Benchmarked Aug 17, 2026

Shopee

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

api platform_profile
Benchmark Your API

Score Breakdown

Latency 6/10
Documentation 6/10
Token Efficiency 6/10
Consistency 5/10
Error Clarity 4/10
Auth Simplicity 4/10
Parseability 4/10
First-Try Success 3/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://open.shopee.com",
  "auth_method": "oauth2",
  "auth_config": {
    "authorization_url": "https://open.shopee.com/oauth2/authorize",
    "token_url": "https://open.shopee.com/oauth2/token",
    "scopes": ["all"],
    "grant_type": "authorization_code",
    "refresh_token_grant_type": "refresh_token"
  },
  "endpoints": [
    {
      "path": "/api/v1/items",
      "method": "GET",
      "description": "Get all listed items"
    },
    {
      "path": "/api/v1/items",
      "method": "POST",
      "description": "Create or update item"
    },
    {
      "path": "/api/v1/orders",
      "method": "GET",
      "description": "Get orders list"
    },
    {
      "path": "/api/v1/order_details",
      "method": "GET",
      "description": "Get order details"
    },
    {
      "path": "/api/v1/logistics",
      "method": "GET",
      "description": "Get logistics channel info"
    },
    {
      "path": "/api/v1/logistics/init",
      "method": "POST",
      "description": "Initiate logistics"
    },
    {
      "path": "/api/v1/returns",
      "method": "GET",
      "description": "Get return list"
    },
    {
      "path": "/api/v1/discounts",
      "method": "POST",
      "description": "Create discount"
    },
    {
      "path": "/api/v1/activities",
      "method": "GET",
      "description": "Get activity list"
    },
    {
      "path": "/api/v1/categories",
      "method": "GET",
      "description": "Get categories"
    }
  ],
  "pricing_model": {
    "type": "free",
    "details": {
      "fee": "None for API access",
      "note": "Marketplace fees may apply for selling on Shopee"
    }
  },
  "rate_limits": {
    "notes": "Rate limits are not publicly documented; likely per-app and per-endpoint limits apply. The Open Platform documentation suggests contacting support for specific limits."
  },
  "capabilities": [
    "Product management",
    "Order management",
    "Logistics integration",
    "Returns management",
    "Discounts and promotions",
    "Category browsing",
    "Shop management",
    "Analytics and reporting",
    "Chat and customer service integration",
    "Webhooks for real-time updates"
  ],
  "raw_analysis": "Shopee Open Platform is the official API for Shopee, one of the leading e-commerce platforms in Southeast Asia and Taiwan. It provides a comprehensive REST API for third-party sellers and developers to integrate with Shopee's marketplace, enabling automation of product listings, order processing, logistics, returns, and promotional activities. The platform is mature with a well-established developer community and is continuously updated with new endpoints and features. Authentication uses OAuth2 to ensure secure access to seller data. The API is free to use for registered partners, but standard marketplace selling fees apply. Integration options include direct HTTP requests and official SDKs for various programming languages. The platform also offers sandbox testing environments for development. Overall, Shopee Open Platform is vital for e-commerce businesses looking to scale operations on Shopee."
}
Execute

3/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200682ms
robots_txtGET /robots.txt200232ms
llms_txtGET /llms.txt200863ms
Interpret
```json
{
  "overall": 58,
  "dimensions": {
    "token_efficiency": 6.5,
    "first_try_success": 3.0,
    "response_parseability": 4.5,
    "error_clarity": 4.0,
    "doc_quality": 5.5,
    "auth_simplicity": 3.5,
    "latency": 6.0,
    "consistency": 5.0
  },
  "pricing_normalized": {
    "type": "free",
    "fee": "None for API access",
    "note": "Marketplace fees may apply for selling on Shopee"
  },
  "issues": [
    "All checks return HTML landing pages instead of structured API documentation or llms.txt content",
    "No security headers observed across all endpoints",
    "No robots.txt content served - returned HTML page instead",
    "No llms.txt endpoint providing machine-readable documentation",
    "Latency around 682-863ms, moderate but acceptable"
  ],
  "recommendations": [
    "Provide a dedicated llms.txt or API reference page for agents to parse documentation efficiently",
    "Add security headers (CSP, X-Content-Type-Options) to improve trust and safety",
    "Expose structured JSON or YAML schemas for API endpoints and capabilities",
    "Create clear onboarding flow with OAuth or API key generation documentation for agents"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/shopee">
  <img src="https://prowl.world/badge/shopee.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard