ebay_get_conversations
Retrieve paginated buyer-seller conversations with filters by type, status, time range, user, or listing ID.
Instructions
Get all buyer-seller conversations (paginated)
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) |