# PriceInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for updating the price of a parent product variant.

### Access Scopes



## Fields
* [calculation](/docs/api/admin/2025-01/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/2025-01/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/2025-01/input-objects/ProductVariantRelationshipUpdateInput)


## Examples