Products page
A live lookup of a shop's listings. Every query hits the platform directly and shows every field it returns.
Querying
Pick one shop (this page works with one at a time), then filter by keyword or by status. The status options are the platform's own enumerations — for example NORMAL / UNLIST on Shopee.
This page does not read the local database: every request hits the platform, so price and stock are the values as of right now.
Viewing details
Click any row to open the detail drawer, which flattens the platform response into a field-path to value table:
- Filter the field names to find things fast;
- Copy any value;
- Or read the raw response to reconcile with the seller center.
When a platform adds a new field it shows up here without any change to the system — usually the fastest place to see API additions.
Pagination
20 items per page by default, switchable to 20 / 50 / 100.
TikTok Shop products only support previous / next: no total and no jumping to a page, because the platform exposes only an opaque cursor. Shopee and Mercado Libre have no such limit.
