This API allows eBay sellers to send, retrieve, and manage messages.
conversation
| Method Name | HTTP Method | Path | Summary | Samples |
|---|---|---|---|---|
| bulkUpdateConversation | POST | /bulk_update_conversation | Modifies conversation statuses in bulk. | View bulkUpdateConversation - /bulk_update_conversation |
| getConversation | GET | /conversation/{conversation_id} | Retrieves messages from a specific conversation. | View getConversation - /conversation/{conversation_id} |
| getConversations | GET | /conversation | Retrieves conversations according to search criteria. | View getConversations - /conversation |
| sendMessage | POST | /send_message | Sends a message to a user based on information provided in the request. | View sendMessage - /send_message |
| updateConversation | POST | /update_conversation | Updates the status of a specific conversation. | View updateConversation - /update_conversation |