# Conversation - partner - OBJECT Version: 2024-10 ## Description A conversation with a merchant through the Experts Marketplace. ### Access Scopes ## Fields * [createdAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time the conversation was started. * [dashboardUrl](/docs/api/partner/2024-10/scalars/Url): Url! - The URL to access this conversation in the Partner Dashboard. * [hasUnreadMessages](/docs/api/partner/2024-10/scalars/Boolean): Boolean! - Whether the conversation has unread messages. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - A globally unique identifier. * [lastEventAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time of the most recent conversation event. Example events: a message being sent, or a proposal being accepted. * [merchantUser](/docs/api/partner/2024-10/objects/MerchantUser): MerchantUser! - The merchant account involved in the conversation. * [status](/docs/api/partner/2024-10/enums/ConversationStatus): ConversationStatus! - The status of the Experts Marketplace conversation. ## Connections * [messages](/docs/api/partner/2024-10/connections/MessageConnection): MessageConnection! ## Related queries * [conversation](/docs/api/partner/2024-10/queries/conversation) A conversation with a merchant through the Experts Marketplace. * [conversations](/docs/api/partner/2024-10/queries/conversations) A list of the Partner organization's conversations. ## Related mutations ## Related Unions ## Examples