--- title: PublishableUnpublishPayload - GraphQL Admin description: Return type for `publishableUnpublish` 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/publishableunpublishpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/publishableunpublishpayload.md --- # Publishable​Unpublish​Payload payload Return type for `publishableUnpublish` mutation. ## Fields * publishable [Publishable](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Publishable) Resource that has been unpublished. * 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​Unpublish](https://shopify.dev/docs/api/admin-graphql/latest/mutations/publishableUnpublish) mutation Unpublishes a resource from a channel. If the resource is a product, then it's visible in the channel only if the product status is `active`. *** ## Map ### Mutations with this payload * [publishable​Unpublish](https://shopify.dev/docs/api/admin-graphql/latest/types/publishableUnpublish)