danrcoull/Magento2-Product-Price-List

On last step in cart it gets the default product price

Closed this issue · 2 comments

Magento updates the quote_item table at the last step with the default product price.

Somewhere in Magento there is a plugin on getShippingAddress() in the file vendor/magento/module-quote/Model/Quote.php which returns the totals without the PriceList. I can't figure out where it is or how to fix it.

The plugin dependency injection only applies to the frontend area and does not include the API area.
Trying to copy etc/frontend/di.xml on etc/webapi_rest/di.xml if not, put it at the global area etc/di.xml