Shopee Integration

Profit Dashboard Auth Setup

Generate the Shopee sandbox authorization URL, receive the callback, exchange the authorization code for tokens, then test a low-risk shop API call.

Configuration

Environment
sandbox
Partner ID
set
Partner Key
set
API Base URL
https://openplatform.sandbox.test-stable.shopee.sg
Auth Base URL
https://open.sandbox.test-stable.shopee.com
Callback URL
https://shopee.sagacityworkspace.lt/shopee/callback
Stored Token
shop 227715561 authorized

Next Steps

  1. Run the app on the same public domain configured in Shopee.
  2. Open /api/shopee/auth to start authorization.
  3. Authorize the shop in Shopee sandbox.
  4. The callback exchanges the code and stores the token locally.
  5. Use /api/shopee/shop-info to verify API access.
  6. Use /api/shopee/products to fetch catalog and price data.