ebay_search_messages
Search eBay buyer-seller messages using filters like conversation type, status, date range, username, or listing ID to retrieve specific conversations.
Instructions
Search for buyer-seller messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_type | Yes | Type of conversation: FROM_EBAY or FROM_MEMBERS | |
| conversation_status | No | Filter by status: ACTIVE, ARCHIVE, DELETE, READ, UNREAD | |
| end_time | No | End time for retrieving conversations (ISO 8601 format) | |
| limit | No | Maximum number of items to return (25-50) | |
| offset | No | Number of items to skip | |
| other_party_username | No | Filter by specific eBay user | |
| reference_id | No | Filter by reference ID (e.g., listing ID) | |
| reference_type | No | Reference type (currently only LISTING is supported) | |
| start_time | No | Start time for retrieving conversations (ISO 8601 format) |