Find the answer to your question
Advanced Search
How can I communicate order information or other information with buyers?
Summary
How to communicate using eBay's messaging system
Detailed Description
There is no direct way or "easy" way to communicate with buyers and seller using emails or static alias. This is intentional from the eBay side, as we want the eBay messaging system to be used for tracking purposes. If you want to communicate with a buyer/seller, you will need to use AddMemberMessageAAQToPartner API. By default the message will appear to the recipient with "seller A has sent a question about item.....". Also the giant yellow ribbon will show "seller had a question...". But if you want to change the subject line when using AddMemberMessageAAQToPartner API so it doesn't show up as a question to the seller, follow these steps,
1. Change the Subject field, https://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddMemberMessageAAQToPartner.html#Request.MemberMessage.Subject
2. Change the QuestoinType to "CustomizedSubject", https://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddMemberMessageAAQToPartner.html#Request.MemberMessage.QuestionType.
The following message will now appear to the recipient with your subject matter instead of the default message you were seeing before "sellerA has sent a question about item.....". Also the giant yellow ribbon that used to say the seller had a question, will now show
This member has a message for you. |
Additional Resources
AddMemberMessageAAQToPartner - https://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddMemberMessageAAQToPartner.html
Communications Between Members - https://developer.ebay.com/Devzone/guides/ebayfeatures/Development/CRM-Communications.html
How well did this answer your question?
Answers others found helpful
- How can I use AJAX to communicate with eBay Web Services?
- AddMemberMessageAAQToPartner and AddMemberMessageRTQ may return 'Service not Available'
- Getting and using the Natural Search ViewItem URL
- eBay API newbie: Things to do
- Is there an API for sending a follow-up email to buyer after an order has been shipped?