Skip to main content

This type defines message details for a conversation.

Types that use MessageDetail

ConversationDetailGetMessagesByConversationIdResponse

Calls that use MessageDetail

Fields

Field
Type
Description
createdDate
The date, in ISO 8601 format, the message was received.
messageBody
The message text.
messageId
The unique identifier of the message.
messageMedia
array of MessageMedia
This array returns a list, if applicable, of media attached to the message.
readStatus
This boolean indicates if the message has been viewed by the recipient.

If this boolean is returned as true, the message has been read. If this boolean is returned as false, the message has not been read.
recipientUsername
The eBay username of the message recipient.
senderUsername
The eBay username of the message sender.
subject
The subject line of the message.