Skip to main content

This type defines the response payload of the sendMessage method.

Types that use SendMessageResponse

Not used by any types.

Call that uses SendMessageResponse

Fields

Field
Type
Description
createdDate
The date, in ISO 8601 format, the message was sent.
messageBody
The message text.
messageId
The unique identifier of the message.
messageMedia
array of MessageMedia
This array will be returned if the user attached one or more images or documents to the message.
readStatus
The read status of the message.

If returned as true, the message has been read by the recipient.
recipientUserName
The eBay username of the recipient.
senderUserName
The eBay username of the sender.
subject
The subject line of the message.