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

  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.
  7. Use POST /api/shopee/sync/products to save products locally.
  8. Use /api/products to inspect the normalized product store.
  9. Use /api/shopee/orders to fetch order list/detail data.
  10. Use POST /api/shopee/sync/orders to save orders locally.
  11. Use /api/orders to inspect the normalized order store.
  12. Use /costs to import/export versioned SKU costs.
  13. Shopee data endpoints require the x-admin-api-key header.

Data Sync

Manual refresh