This type defines the request payload of the updateConversation method.
Types that use UpdateConversationRequest
Not used by any types.
Call that uses UpdateConversationRequest
Fields
conversationId
This field specifies the unique identifier of the conversation that is to be updated.
Use the getConversations method to retrieve conversation ID values
Use the getConversations method to retrieve conversation ID values
conversationStatus
This field specifies the status for which to update the specified conversation.
Valid values:
Valid values:
ACTIVEARCHIVEDELETE
conversationType
This field specifies the existing type of the conversation being updated.
Valid values:
Important! This value cannot be updated using this method, but is required as part of the request payload.
Valid values:
FROM_MEMBERSFROM_EBAY
read
This boolean specifies the read status for which to update the conversation.
If set to
Note: This field should not be used in conjunction with the conversationStatus field. If both fields are input in the request, only the read status will be updated for the specified conversation and the conversationStatus field will be ignored.
If set to
true, the conversation will update to 'read', and if set to false, the conversation will update to 'unread'.Note: This field should not be used in conjunction with the conversationStatus field. If both fields are input in the request, only the read status will be updated for the specified conversation and the conversationStatus field will be ignored.