Shopee Reviewer Demo
Affiliate order intelligence for internal reporting
Internal analytics for affiliate performance, orders, and sample follow-up
This app is used by our own Shopee operations team to retrieve authorized shop order data and Shopee AMS affiliate reports, normalize them through a self-hosted Python pipeline, store the structured records in Supabase, and display operational metrics directly in this dashboard frontend.
Order Status
Affiliate order distribution
Validation
Commission status
- Validated1,091
- Pending validation124
- Rejected69
Top Affiliates
Creator performance sample
| Affiliate | Campaign | Orders | GMV | Commission | Status |
|---|---|---|---|---|---|
| Creator A | Open Campaign | 214 | ₫146.2M | ₫8.5M | Validated |
| Creator B | Targeted Campaign | 176 | ₫118.9M | ₫7.1M | Pending |
| Creator C | Open Campaign | 139 | ₫86.4M | ₫4.8M | Validated |
Samples
Sample package follow-up
- Sent186
- Delivered162
- Awaiting content47
- Converted to orders29
Trend
Affiliate GMV by week
Integration Scope
How Shopee data is used
Requested API usage
- Order list and order detail for authorized shops
- Payment or escrow detail for reconciliation when needed
- AMS conversion report for affiliate-attributed orders
- AMS validation report and validation list for bill checks
- AMS affiliate, campaign, product, and shop performance reports
Data protection
- App is for internal BBAE Hub seller operations only
- No third-party seller access is offered through this dashboard
- Tokens are stored server-side, never in browser storage
- Production processing runs in a self-hosted Python environment
- Supabase is used as the application backend and reporting store
- Reports contain only operational analytics and reconciliation fields
Authorization Callback
Reviewer-visible callback helper
This page can be used as the Shopee redirect URI. When Shopee
returns code, shop_id, or
main_account_id, the values are shown below for
server-side token exchange.