This Choreo retrieves a list of the messages buyers have posted about your active item listings. The documentation for this eBay method can be found here.
Here is an example of acceptable inputs:
UserToken: {YOUR EBAY USER TOKEN}
ItemID: 110121903191
MailMessageType: AskSellerQuestion
SandboxMode: 1
The following is a sample of the JSON information returned by this Choreo:
{
"@xmlns": "urn:ebay:apis:eBLBaseComponents",
"Timestamp": "2013-08-28T19:03:34.964Z",
"Ack": "Success",
"Version": "837",
"Build": "E837_CORE_API_16303061_R1",
"MemberMessage": {
"MemberMessageExchange": [
{
"Item": {
"ItemID": "110121903191",
"ListingDetails": {
"StartTime": "2013-08-26T23:21:27.000Z",
"EndTime": "2013-08-27T19:58:01.000Z",
"ViewItemURL": "http://cgi.sandbox.ebay.com/New-Test-/110121903191"
},
"Seller": {
"UserID": "testuser_aarontemboo"
},
"SellingStatus": {
"CurrentPrice": {
"@currencyID": "USD",
"#text": "20.0"
}
},
"Title": "New Test",
"ConditionID": "2750",
"ConditionDisplayName": "Like New"
},
"Question": {
"MessageType": "ContactTransactionPartner",
"QuestionType": "General",
"DisplayToPublic": "false",
"SenderID": "testuser_aarontemboo",
"SenderEmail": "testus_kw5159qgjm@members.qa.ebay.com",
"RecipientID": "testuser_aarontemboodev",
"Subject": "testuser_aarontemboo has sent a question about item #110121903191, that ended on Aug-27-13 12:58:01 PDT - New Test",
"Body": "test message 1",
"MessageID": "1106111010"
},
"MessageStatus": "Unanswered",
"CreationDate": "2013-08-27T23:07:04.000Z",
"LastModifiedDate": "2013-08-27T23:07:04.000Z"
},
{
"Item": {
"ItemID": "110121903191",
"ListingDetails": {
"StartTime": "2013-08-26T23:21:27.000Z",
"EndTime": "2013-08-27T19:58:01.000Z",
"ViewItemURL": "http://cgi.sandbox.ebay.com/New-Test-/110121903191"
},
"Seller": {
"UserID": "testuser_aarontemboo"
},
"SellingStatus": {
"CurrentPrice": {
"@currencyID": "USD",
"#text": "20.0"
}
},
"Title": "New Test",
"ConditionID": "2750",
"ConditionDisplayName": "Like New"
},
"Question": {
"MessageType": "ContactTransactionPartner",
"QuestionType": "General",
"DisplayToPublic": "false",
"SenderID": "testuser_aarontemboo",
"SenderEmail": "testus_kw5159qgjm@members.qa.ebay.com",
"RecipientID": "testuser_aarontemboodev",
"Subject": "testuser_aarontemboo has sent a question about item #110121903191, that ended on Aug-27-13 12:58:01 PDT - New Test",
"Body": "test message 2",
"MessageID": "1106112010"
},
"MessageStatus": "Unanswered",
"CreationDate": "2013-08-27T23:07:35.000Z",
"LastModifiedDate": "2013-08-27T23:07:35.000Z"
}
]
},
"PaginationResult": {
"TotalNumberOfPages": "1",
"TotalNumberOfEntries": "2"
},
"HasMoreItems": "false"
}