list_products
Retrieve seller products with pagination and optional text search filter to efficiently manage product listings.
Instructions
List seller products (cards) with pagination and optional text search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of cards to return (max 100) | |
| cursor | No | Pagination cursor (updatedAt from previous response) | |
| textSearch | No | Search text filter |