Table of Contents
Once the Amazon order is imported to M2E Pro, the corresponding Magento Order can be created based on the configuredAccount Settings.
The way tax is calculated for the Magento Order depends on the selectedTax Source and Magento Tax Settings.
See the examples below to find out the logic of tax calculation with different settings in Magento and M2E Pro.
Example 1. Tax Source is set to None
If the Tax source is set to None both Amazon and Magento Tax settings will be ignored. As shown in the screenshot, the Magento Order will contain no tax amount.
Magento Order Totals
Example 2. Tax Source is set to Amazon
When you select Amazon as a Tax Source, the tax in Magento Order will be calculated according to Amazon tax settings.
Note |
---|
Via the M2E Pro Selling Policy, you can specify a VAT rate value that will be added to the price when a Product is listed on Amazon. An item price will be increased by the specified VAT Rate value. Still, no actual VAT rate will be submitted to Amazon. |
Tax is included in the item final price
Let's see how the calculation works when you apply 20% tax to the Amazon item with no change to its final price.
...
Tip |
---|
Sometimes the order currency can differ from the Magento base one. In this case, Magento converts the order price to the base currency and calculates tax. Then both price and tax are converted back into the order currency. You can find them in brackets in the Order Totals. You can configure the currency settings under Magento Stores > Settings > Configuration > General > Currency Setup > Currency Options. |
Tax is excluded from the item final price
Now let’s find out how tax is calculated when 20% tax is excluded from the Amazon item final price.
...
Amazon Order Totals
Magento Order Totals
Example 3. Tax Source is set to Magento
If you set Magento as a Tax Source, any tax value returned from Amazon will be ignored. Magento will use Tax Rules for tax calculation.
...
The way tax is displayed in the Magento Order depends on yourCalculation Settings. Configure them under Stores > Settings > Configuration > Sales > Tax.
- If the Catalog Prices are set to Excluding Tax, the tax amount will be added on top of the Magento Product price.
...
- If the Catalog Prices are set to Including Tax,the tax will be calculated into the final Magento Product price.
According to the mentioned Tax Rule, the Magento Product of $100 will be listed on Amazon with a price of $100.
...