list_sellers
List all active sellers on the Kifly network. Requires a network token (kfn_live_…). Returns each seller's handle, name, city, region, delivery coverage (nationwide:true or a states list), delivery fee, and catalog size. delivery_coverage.cities may be capped to a handful of entries — compare cities.length against city_count; if fewer, call get_seller for that seller's full city list. Use this to discover which sellers are available and which ship to a buyer's location before calling get_seller or search_products. Pagination: when kifly:hasMore is true, pass kifly:nextCursor as cursor to fetch the next page. Default page size is 20, max 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max sellers per page (default 20, max 50). | |
| cursor | No | Pagination cursor from kifly:nextCursor in a previous response. Omit on the first call. |