Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Once the eBay 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.

...

Note

If there is no appropriate Tax Rule set under Stores > Taxes > Tax Rules, the Magento Order will be created with the 0% tax.

...

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.

...