EBay message sending (1), ebay message sending
1. Introduction
Call Index Doc:
Http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/index.html
There are three main types of message sending:
AddMemberMessageRTQ |
Allow the seller to reply to questions about online items. |
AddMemberMessageAAQToPartner |
See eBay message sending (2) |
AddMemberMessagesAAQToBidder |
See eBay message sending (3) |
2. AddMemberMessageRTQ
Send with MemberMessageType as the carrier.
2.1 input fields
ItemID The unique ID of the Item to which the question belongs. MemberMessage content Body The message body does not support native HTML, and the encoded HTML will not be automatically decoded. The maximum length is 2000. DisplayToPublic Indicates whether the message is visible in item listing. ParentMessageID The ID of the message to be replied. RecipientID For the recipient, enter the eBay user ID. SendID Sender ID |
2.2 output
ApiResponse content Ack CustomCode (Out) Reserved for internal or future use. Failure (Out) Request processing failed Success (Out) Request processing succeeded Warning (Out) Request processing completed with warning information being received in the response message Errors |
2.3 sandbox Testing
You can test this call in the Sandbox. To testAddMemberMessageRTQ, You must haveAt least two test usersIn the Sandbox environment.
3. Sample Code