--- title: Conversation - Partner API description: A conversation with a merchant through the Experts Marketplace. api_version: 2025-01 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/objects/Conversation' md: 'https://shopify.dev/docs/api/partner/2025-01/objects/Conversation.md' --- # Conversation object A conversation with a merchant through the Experts Marketplace. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time the conversation was started. * dashboard​Url [Url!](https://shopify.dev/docs/api/partner/2025-01/scalars/Url) non-null The URL to access this conversation in the Partner Dashboard. * has​Unread​Messages [Boolean!](https://shopify.dev/docs/api/partner/2025-01/scalars/Boolean) non-null Whether the conversation has unread messages. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. * last​Event​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time of the most recent conversation event. Example events: a message being sent, or a proposal being accepted. * merchant​User [Merchant​User!](https://shopify.dev/docs/api/partner/2025-01/objects/MerchantUser) non-null The merchant account involved in the conversation. * messages [Message​Connection!](https://shopify.dev/docs/api/partner/2025-01/connections/MessageConnection) non-null The messages exchanged within the conversation. * status [Conversation​Status!](https://shopify.dev/docs/api/partner/2025-01/enums/ConversationStatus) non-null The status of the Experts Marketplace conversation. *** ## Map ### Fields with this object * {}[ConversationEdge.node](https://shopify.dev/docs/api/partner/2025-01/objects/ConversationEdge#field-ConversationEdge.fields.node) * {}[Job.conversation](https://shopify.dev/docs/api/partner/2025-01/objects/Job#field-Job.fields.conversation) *** ## Queries ### Deprecated queries * [conversation](https://shopify.dev/docs/api/partner/2025-01/queries/conversation) query Deprecated (removal date set) * [conversations](https://shopify.dev/docs/api/partner/2025-01/queries/conversations) query Deprecated (removal date set) *** ## \Conversation Queries *** ## Interfaces * [Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) interface *** ## ||-Conversation Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node)