--- title: PublishablePublishToCurrentChannelPayload - GraphQL Admin description: Return type for `publishablePublishToCurrentChannel` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/publishablepublishtocurrentchannelpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/publishablepublishtocurrentchannelpayload.md --- # Publishable​Publish​To​Current​Channel​Payload payload Return type for `publishablePublishToCurrentChannel` mutation. ## Fields * publishable [Publishable](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Publishable) Resource that has been published. * shop [Shop!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop) non-null The user's shop. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [publishable​Publish​To​Current​Channel](https://shopify.dev/docs/api/admin-graphql/latest/mutations/publishablePublishToCurrentChannel) mutation Publishes a resource to current channel. If the resource is a product, then it's visible in the channel only if the product status is `active`. Products that are sold exclusively on subscription (`requiresSellingPlan: true`) can be published only on online stores. *** ## Map ### Mutations with this payload * [publishable​Publish​To​Current​Channel](https://shopify.dev/docs/api/admin-graphql/latest/types/publishablePublishToCurrentChannel)