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
- production
- Partner ID
- set
- Partner Key
- set
- API Base URL
- https://partner.shopeemobile.com
- Auth Base URL
- https://open.shopee.com
- Callback URL
https://shopee.sagacityworkspace.lt/shopee/callback- Stored Token
- shop 1128856921 authorized
- Token Encryption
- encrypted
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. - Use
POST /api/shopee/sync/productsto save products locally. - Use
/api/productsto inspect the normalized product store. - Use
/api/shopee/ordersto fetch order list/detail data. - Use
POST /api/shopee/sync/ordersto save orders locally. - Use
/api/ordersto inspect the normalized order store. - Use
/coststo import/export versioned SKU costs. - Shopee data endpoints require the
x-admin-api-keyheader.