OBJECT
ProductConfigurationPriceCalculation
Describes how the price is calculated on a configuration option.
E.g. the configuration is for a carpet and it has a price calculation formula that reads: 'Width Length Price / 10000'.
In this case, the variables would contain 'Width' and 'Length' whereas the 'Price' is taken from the selected option.
link GraphQL Schema definition
- type ProductConfigurationPriceCalculation {
- String :
- ID! :
- String :
- ProductConfigurationPriceCalculationVariable] : [
- }