Pergunta

I have a product csv file which I would like import into Magento 2. It contains all the required product data including the VAT rate for each product. This is represented as a percentage which can take one of three possible values: 0, 5 or 20.

What needs to be done to allow this value to be applied to each respective product?

Foi útil?

Solução

You need to create such a tax class.

And you need to map with the product.

There is nice tutorial to explain how to create tax class into magento2 https://www.mageplaza.com/kb/how-to-setup-tax-rules-magento-2.html

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top