Skip to main content

  • API License Agreement Update: We have made significant enhancements to our API License Agreement , including detailed data protection measures and compliance with international regulations. Important restrictions have been applied to the use of Restricted APIs and AI content. Developers must review the updated agreement to ensure compliance.
  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here .
  • We value your feedback! Take our semi-annual Developer Survey and help us build better experiences.

This API allows eBay sellers to send, retrieve, and manage messages.

conversation

Method NameHTTP MethodPathSummarySamples
bulkUpdateConversationPOST/bulk_update_conversationModifies conversation statuses in bulk.View bulkUpdateConversation - /bulk_update_conversation
getConversationGET/conversation/{conversation_id}Retrieves messages from a specific conversation.View getConversation - /conversation/{conversation_id}
getConversationsGET/conversationRetrieves conversations according to search criteria.View getConversations - /conversation
sendMessagePOST/send_messageSends a message to a user based on information provided in the request.View sendMessage - /send_message
updateConversationPOST/update_conversationUpdates the status of a specific conversation.View updateConversation - /update_conversation