get_seller_items
List paginated items for sale by a specific seller, including title, price, brand, size, condition, and photo URL. Browse a seller's full catalogue after finding them.
Instructions
List all items currently for sale by a specific seller, paginated. Returns the same fields as search_items (title, price, brand, size, condition, photo URL, item URL). Useful for browsing a seller's full catalogue after finding them via search_items or get_seller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number starting at 1 | |
| limit | No | Items per page, 1–100 | |
| country | No | Country site where the seller is registered | fr |
| sellerId | Yes | Numeric Vinted user ID |