# ProductPublication - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the channels where a product is published. ### Access Scopes ## Fields * [channel](/docs/api/admin-graphql/2024-10/objects/Channel): Channel! - The channel where the product was or is published. * [isPublished](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the publication is published or not. * [product](/docs/api/admin-graphql/2024-10/objects/Product): Product! - The product that was or is going to be published on the channel. * [publishDate](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date that the product was or is going to be published on the channel. ## Connections ## Related queries ## Related mutations * [productPublish](/docs/api/admin-graphql/2024-10/mutations/productPublish) Publishes a product. Products that are sold exclusively on subscription (`requiresSellingPlan: true`) can only be published on online stores. ## Related Unions ## Examples