ebay_get_conversation
Fetch a specific eBay conversation by ID, specifying conversation type (FROM_EBAY or FROM_MEMBERS) and optional pagination via limit and offset.
Instructions
Get a specific conversation by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (25-50) | |
| offset | No | Number of items to skip | |
| conversationId | Yes | The unique identifier for the conversation | |
| conversationType | Yes | Type of conversation: FROM_EBAY or FROM_MEMBERS |