--- title: ProductPublishInput - GraphQL Admin description: >- The input fields for specifying a product to publish and the channels to publish it to. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductPublishInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductPublishInput.txt --- # Product​Publish​Input input\_object The input fields for specifying a product to publish and the channels to publish it to. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The product to create or update publications for. * product​Publications [\[Product​Publication​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductPublicationInput) required The publication that the product is published to. *** ## Mutations using this input * [product​Publish.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productPublish#argument-input) MUTATION Deprecated *** ## Map