File details - tax.csv

Edit on GitHub

This document describes the tax.csv file to configure the tax information in your Spryker Demo Shop.

To import the data, run

data:import:tax

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
tax_set_name String Name of the tax set.
country_name String Country to which the tax refers to.
tax_rate_name String Name of the tax rate.
Tax rate is the ratio (usually expressed as a percentage) at which a business or person is taxed.
tax_rate_percent Float Tax rate, expressed as a percentage.

Import file dependencies

This file has no dependencies.

Import template file and content example

Find the template and an example of the file below:

FILE DESCRIPTION
template_tax.csv template Tax .csv template file (empty content, contains headers only).
tax.csv Exemplary import file with the Demo Shop data.