Within our organisation we have implemented Custom Pricing using the CalculatePrice Message via a Plugin
This handles a custom Tax routine, + then calculates the Totals (extended amount etc)
This is working from within CE for users on the GUI
But we also have online forms that send New quotes via the API (/api/data/v9.0/quotes)
we have found that the custom CalculatePrice Message is not fired when a new quote is inserted via the API
when the use then uses the GUI to view the new quote , the totals are not populated, but it they edit a product line and save the quote , the totals are then populated
Is this expected behaviour when system pricing is turned off (OOBPriceCalculationEnabled attribute to 0 (false))
Does anybody have a solution to call the CalculatePrice when new quotes are inserted via API