--- title: ConversationStatus - Partner API description: The status of the Experts Marketplace conversation. api_version: 2025-01 api_name: partner type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/2025-01/enums/conversationstatus md: https://shopify.dev/docs/api/partner/2025-01/enums/conversationstatus.md --- # Conversation​Status enum The status of the Experts Marketplace conversation. ## Valid values * ACTIVE The conversation is active. Messages can be sent and received. * BLOCKED A participant in the conversation has blocked the other. Messages can't be sent or received. *** ## Fields * [Conversation.status](https://shopify.dev/docs/api/partner/2025-01/objects/Conversation#field-Conversation.fields.status) OBJECT A conversation with a merchant through the Experts Marketplace. * [Query​Root.conversations(statuses)](https://shopify.dev/docs/api/partner/2025-01/objects/QueryRoot#field-QueryRoot.fields.conversations.arguments.statuses) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [conversations.statuses](https://shopify.dev/docs/api/partner/2025-01/queries/conversations#arguments-statuses) ARGUMENT *** ## Map ### Fields with this enum * <-|[Conversation.status](https://shopify.dev/docs/api/partner/2025-01/objects/Conversation#field-Conversation.fields.status) ### Arguments with this enum * <-|[Query​Root.conversations(statuses)](https://shopify.dev/docs/api/partner/2025-01/objects/QueryRoot#field-QueryRoot.fields.conversations.arguments.statuses) * <-|[conversations.statuses](https://shopify.dev/docs/api/partner/2025-01/queries/conversations#arguments-statuses)