--- title: PriceListProductPriceInput - GraphQL Admin description: The input fields representing the price for all variants of a product. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/pricelistproductpriceinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/pricelistproductpriceinput.md --- # 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/latest/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/latest/scalars/ID) non-null Specifies the ID of the product to update its variants for. *** ## Map No referencing types