This type defines the details of a conversation, such as its ID, status, type, and latest message.
Type that uses ConversationDetail
Call that uses ConversationDetail
Fields
conversationStatus
This value indicates the current status of the conversation, such as
ACTIVE or ARCHIVE.conversationType
This value indicates the type of the conversation, such as
FROM_EBAY or FROM_MEMBERS.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
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
Currently, only
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.