ebay_get_conversations
Retrieve paginated buyer-seller conversations from eBay, filterable by type, status, date range, or user.
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 |