stack

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

AdminTypes.PriceCalculationType enum

How to caluclate the parent product variant’s price while bulk updating variant relationships.

Signature:

export declare enum PriceCalculationType 

Enumeration Members

Member Value Description
ComponentsSum "COMPONENTS_SUM" The price of the parent will be the sum of the components price times their quantity.
Fixed "FIXED" The price of the parent will be set to the price provided.
None "NONE" The price of the parent will not be adjusted.