Seller list listings
seller_list_listingsList the bound seller's product listings, paginated. Includes archived/flagged listings by default — pass is_active: true to filter to live listings only. Returns slug, category, stock, price, and any moderation flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from the previous page's next_cursor. | |
| is_active | No | Filter by active status; omit to include archived listings too. | |
| page_size | Yes | Results per page (1-100, default 20). |