Table of Contents
Once the Walmart 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 andMagento Tax Settings.
See the examples below to find out the logic of tax calculation with different settings in Magento and M2E Pro.
...
When you select Walmart as a Tax Source, the tax in Magento Order will be calculated according to Walmart 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 Walmart. An item price will be increased by the specified VAT Rate value. Still, no actual VAT rate will be submitted to Walmart. |
Tax is included in the item 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 System > Configuration > General > Currency Setup > Currency Options. |
Tax is excluded from the item final price
...
Note |
---|
If there is no appropriate Tax Rule set under Stores Sales > Taxes Tax > Manage Tax Rules, the Magento Order will be created with the 0% tax. |
...
- 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 Walmart with a price of $100.
...