Skip to main content

This type defines the details of a conversation, such as its ID, status, type, and latest message.

Type that uses ConversationDetail

GetAllMyConversationsResponse

Call that uses ConversationDetail

Fields

Field
Type
Description
conversationId
The unique identifier of the conversation.
conversationStatus
This value indicates the current status of the conversation, such as ACTIVE or ARCHIVE.
conversationTitle
The title of the conversation.
conversationType
This value indicates the type of the conversation, such as FROM_EBAY or FROM_MEMBERS.
createdDate
This value indicates the date, in ISO 8601 format, the conversation was created.
latestMessage
This container returns the latest message in the conversation and its details.
referenceId
This value indicates the reference ID associated with the corresponding referenceType value.

In the case of a LISTING referenceType, this value will be the item ID value of the associated listing.
referenceType
This value indicates the reference type, if applicable, associated with the conversation.

The reference type is used to specify what the conversation is in reference to. For example, a value of LISTING specifies that the conversation is associated with a specific listing. The item ID associated with this listing will then be returned in the referenceId field.

Currently, only LISTING will be returned.
unreadCount
This value indicates the amount of unread messages in the conversation.