# PriceListProductPriceInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields representing the price for all variants of a product. ### Access Scopes ## Fields * [price](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The price of the product to use for all variants with its currency. * [productId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the ID of the product to update its variants for. ## Input objects with this input object * [priceListFixedPricesByProductUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesByProductUpdate) ## Examples