Feature request from davidnguyen2205, posted on GitHub Oct 27, 2016
Preconditions
Magento 2.1.1
Steps to reproduce
Add tax rate & rule (10%)
Change some settings in Stores > Configuration > Sales > Tax:
Add a new product (for testing):
Price: $10
Save then indexer:reindex and clear cache or even disable cache.
Expected result
The price in frontend included tax. The test product's price is $11.
The price when calling rest api ( /V1/products/SKU + /V1/carts/mine + /V1/carts/mine/items ) included tax. The test product's price is $11.
Actual result
On website, it's great.
On the response, the price is always excluded tax.
Is that missing something in my steps to set up the product's price included tax? Or is that an issue?
... View more