Introduction

This section describes how the module maps taxes to Shopware and what configuration options are available.

Mapping Table

Target: tax
Source: Elio\CommerceBundle\Document\Product\TaxGroup

Target Field Source Path
* taxRate defaultTaxRate
* name identifier

Subsections

The following subsections are involved in mapping taxes:

output
└───tax
    └───tax-build-cache
    └───tax-validate
    └───tax-upsert

Configuration

The following configuration is used for taxes:

{
  "subsections": {
    "tax": {
      "enabled": true
    }
  }
}

Using Existing Taxes

If you want to reuse the default taxes that are already available in Shopware you simply have to replace the identifier of your TaxGroup with the name of the tax (default language) in Shopware.