stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceInput

AdminTypes.PriceInput interface

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

Signature:

export interface PriceInput 

Properties

Property Modifiers Type Description
calculation?   InputMaybe<PriceCalculationType | `${PriceCalculationType}`> (Optional) 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?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The price of the parent product variant. This will be be used if calcualtion is set to ‘FIXED’.