Table of Contents
Once the eBay order is imported to M2E Pro, the corresponding Magento Order can be created based on the configuredAccount Settings.
...
When you select eBay as a Tax Source, the tax in Magento Order will be calculated according to eBay tax settings
Tip |
---|
M2E Pro Selling Policy allows you to applytax VAT to your eBay items and choose whether it should be included in the item's final price or added on top.Check this article on how to do this via the Selling Policy. |
Tax is included in the item final price
Let's see how the calculation works when you apply 20% tax to an the eBay item with no change to its final price.
This way the Magento Product of $100 will be listed on eBay at the same price. It already contains a 20% tax amount.
...
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
added on top of theexcluded from the item final price
Now let’s find out how tax is calculated when 20% tax is included in excluded from the eBay item final price.
In this case, the Magento Product of $100 will be listed on eBay with a price of $120.
...
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 eBay with a price of $100.
...