list_products
List and filter products from your e-commerce platforms. Search by name or SKU, paginate results, and include related data like images and variants.
Instructions
List products with filters. Returns paginated results.
IMPORTANT for AI:
ALWAYS use 'q' to search by name/SKU first instead of browsing all pages.
Use 'include' to get relations: skus,variants,images,attributes,brand,shops,combos
Response 'meta.pagination' has total, total_pages, current_page for pagination.
Platform codes: 1=shopee, 2=lazada, 3=tiktokshop, 4=tiki, 5=pancake, 6=pos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by product name or SKU | |
| category_id | No | Filter by category ID | |
| brand_id | No | Filter by brand ID | |
| shop_ids | No | Filter by shop IDs (list) | |
| platform | No | Filter by platform (1=shopee, 2=lazada, 3=tiktokshop, 4=tiki, 5=pancake, 6=pos) | |
| product_sku | No | Search by product SKU specifically | |
| sku_sku | No | Search by variant SKU specifically | |
| include | No | Comma-separated relations: skus,variants,images,attributes,brand,shops,combos | |
| sort | No | Sort order (default id:-1 = newest first) | id:-1 |
| limit | No | Page size (default 25) | |
| page | No | Page number (1-indexed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||