Request for quote
Describes request for quote pipelines in Optimizely Configured Commerce.
GetPricingRfq
Order | Pipe | Description |
---|---|---|
100 | CreatePricingRfq | Create PricingRfqDto object and stores it in the PricingRfq property on the result object. |
200 | GetProductPricing | Calculates a product pricing using the GetProductPricing pipeline. The product pricing object is stored in the GetProductPricingResult property in the result object. |
300 | SetCustomerPrice | Sets a customer price in the PricingRfq result property usingGetProductPricingResult property. |
400 | SetListPrice | Sets a list price to the PricingRfq result property. |
500 | SetUnitCost | Sets a unit cost in the PricingRfq result property using Product.Pricing parameter. |
600 | SetCalculationMethods | Sets ShowCustomerPrice, ShowListPrice and ShowUnitCost properties in the PricingRfq result property and according to these properties add calculation methods to the PricingRfq object. |
700 | SetBreakPrices | Adds a break prices to the PricingRfq.PriceBreaks property. |
800 | SetMinimumPriceAllowed | Sets a minimal price allowed to the PricingRfq result property. |
Updated over 1 year ago