ebay_get_message
Retrieve a specific eBay message by conversation ID and type. Supports pagination with limit and offset parameters.
Instructions
Get a specific message by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The unique identifier for the conversation | |
| conversation_type | Yes | Type of conversation: FROM_EBAY or FROM_MEMBERS | |
| limit | No | Maximum number of items to return (25-50) | |
| offset | No | Number of items to skip |