GetItemOutPricing
Describes GetItemOutPricing in Optimizely Configured Commerce.
Order | Pipe | Description |
---|---|---|
100 | ValidateContext | Validates the PunchOutOrderRequestItemOut.UnitPrice parses to a decimal and uses the AcceptPriceProvided pipeline to determine AcceptPriceProvided. |
200 | GetPricingFromItemOut | If AcceptPriceProvided or IsNotOnFileProductName, uses the pricing from thePunchOutOrderRequestItemOut.UnitPrice and OrderLine.Product.BasicListPrice to determine OrderLine pricing. |
300 | GetPricingFromService | If not AcceptPriceProvided and not IsNotOnFileProductName, uses the GetProductPricing pipeline to determine OrderLine pricing. |
Updated over 1 year ago