ebay_get_conversations
Retrieve eBay buyer-seller conversations with filters for type, status, time, user, and listing reference. Pagination allows access to full conversation history.
Instructions
Get all buyer-seller conversations (paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (25-50) | |
| offset | No | Number of items to skip | |
| endTime | No | End time for retrieving conversations (ISO 8601 format) | |
| startTime | No | Start time for retrieving conversations (ISO 8601 format) | |
| referenceId | No | Filter by reference ID (e.g., listing ID) | |
| referenceType | No | Reference type (currently only LISTING is supported) | |
| conversationType | Yes | Type of conversation: FROM_EBAY or FROM_MEMBERS | |
| conversationStatus | No | Filter by status: ACTIVE, ARCHIVE, DELETE, READ, UNREAD | |
| otherPartyUsername | No | Filter by specific eBay user |