Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceInput > calculation
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.
Signature:
calculation?: InputMaybe<PriceCalculationType | `${PriceCalculationType}`>;