--- title: PriceListProductPriceInput - GraphQL Admin description: The input fields representing the price for all variants of a product. 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/PriceListProductPriceInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListProductPriceInput.txt --- # Price​List​Product​Price​Input input\_object The input fields representing the price for all variants of a product. ## Fields * price [Money​Input!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MoneyInput) required The price of the product to use for all variants with its currency. * product​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null Specifies the ID of the product to update its variants for. *** ## Mutations using this input * [price​List​Fixed​Prices​By​Product​Update.​prices​To​Add](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesByProductUpdate#argument-pricesToAdd) MUTATION *** ## Map ### Mutations using this input * <\~>[price​List​Fixed​Prices​By​Product​Update.pricesToAdd](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesByProductUpdate#argument-pricesToAdd)