Anchor to PriceCalculationTypePrice
PriceCalculationType
enum
How to caluclate the parent product variant's price while bulk updating variant relationships.
Anchor to Valid valuesValid values
- Anchor to COMPONENTS_SUMCOMPONENTS_SUM•
The price of the parent will be the sum of the components price times their quantity.
- Anchor to FIXEDFIXED•
The price of the parent will be set to the price provided.
- Anchor to NONENONE•
The price of the parent will not be adjusted.
Was this section helpful?
Anchor to FieldsFields
- •INPUT OBJECT
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.
Was this section helpful?