Skip to main content

  • New Feature: The Inventory Mapping API helps you turn your existing product data into high-quality listings with AI-powered recommendations. Learn more here.
  • 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.
  • Action required: From early May, API users must include standardized condition details when creating or updating listings. Update your integration to stay compliant. Learn more here.

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