Seller list listings
seller_list_listingsList a seller's product listings page by page, including archived and flagged items. Filter for active listings to view live stock, price, and moderation flags.
Instructions
List 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). |