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
- Run the app on the same public domain configured in Shopee.
- Open
/api/shopee/authto start authorization. - Authorize the shop in Shopee sandbox.
- The callback exchanges the code and stores the token locally.
- Use
/api/shopee/shop-infoto verify API access. - Use
/api/shopee/productsto fetch catalog and price data.