--- title: PublishablePublishPayload - GraphQL Admin description: Return type for `publishablePublish` 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/publishablepublishpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/publishablepublishpayload.md --- # Publishable​Publish​Payload payload Return type for `publishablePublish` 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](https://shopify.dev/docs/api/admin-graphql/latest/mutations/publishablePublish) mutation Publishes a resource to a 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](https://shopify.dev/docs/api/admin-graphql/latest/types/publishablePublish)