--- title: ProductPublication - GraphQL Admin description: Represents the channels where a product is published. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductPublication md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductPublication.md --- # Product​Publication object Represents the channels where a product is published. ## Fields * channel [Channel!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel) non-null The channel where the product was or is published. * is​Published [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the publication is published or not. * product [Product!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) non-null The product that was or is going to be published on the channel. * publish​Date [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) The date that the product was or is going to be published on the channel. *** ## Map ### Fields and connections with this object * <->[ProductPublicationConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductPublicationConnection#field-nodes) * {}[ProductPublicationEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductPublicationEdge#field-node) *** ## Mutations * [product​Publish](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productPublish) mutation Deprecated *** ## <\~> ProductPublication Mutations