get_watchlist
Retrieve watched items for the authenticated user, including item details and pagination support.
Instructions
Return the authenticated user's watched items.
Uses Trading API GetMyeBayBuying with the WatchList container.
Requires that the user has authenticated via start_user_auth +
complete_user_auth for the chosen host.
Args: limit: items per page (1-200). Default 100. offset: pagination offset. Trading API pages from 1; we translate. host: configured host name. Defaults to default_host.
Returns:
dict with host, container, total, limit, offset, and
hits (a list of item summaries: item_id, title, price, currency,
ends_at, bid_count, seller, web_url, listing_type,
quantity_available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| host | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||