ebay_update_conversation
Update a conversation's status (ACTIVE, ARCHIVE, DELETE) or mark it as read/unread using the conversation ID.
Instructions
Update a single conversation (conversationStatus: ACTIVE, ARCHIVE, DELETE; or read flag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read | No | The read status to set (true = read, false = unread) | |
| conversationId | No | The unique identifier of the conversation | |
| conversationType | No | The existing type: FROM_MEMBERS or FROM_EBAY (required but cannot be updated) | |
| conversationStatus | No | The updated status: ACTIVE, ARCHIVE, DELETE |