--- title: conversation - Partner API description: A conversation with a merchant through the Experts Marketplace. api_version: 2025-10 api_name: partner type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/queries/conversation' md: 'https://shopify.dev/docs/api/partner/latest/queries/conversation.md' --- # conversation query Deprecated. No longer supported (2024-01). A conversation with a merchant through the Experts Marketplace. ## Arguments * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) required The conversation ID. Example value: `gid://partners/Conversation/1234`. *** ## Possible returns * Conversation [Conversation](https://shopify.dev/docs/api/partner/latest/objects/Conversation) A conversation with a merchant through the Experts Marketplace. *** ## Examples * ### conversation reference ## Query Reference ```graphql { conversation(id) { # conversation fields } } ```