# PriceInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for updating the price of a parent product variant. ### Access Scopes ## Fields * [calculation](/docs/api/admin-graphql/2024-10/enums/PriceCalculationType): PriceCalculationType - The specific type of calculation done to determine the price of the parent variant. The price is calculated during Bundle creation. Updating a component variant won't recalculate the price. * [price](/docs/api/admin-graphql/2024-10/scalars/Money): Money - The price of the parent product variant. This will be be used if calcualtion is set to 'FIXED'. ## Input objects with this input object * [ProductVariantRelationshipUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/ProductVariantRelationshipUpdateInput) ## Examples