File details - shipment.csv

Edit on GitHub

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

To import the file, run

data:import:shipment

Import file parameters

The file should have the following parameters:

| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION | | — | — | — | — | — | — | | shipment_method_key| ✓ | String | | Identifier of the shipment method. | | name| ✓ | String | | Name of the shipment method. | | carrier | ✓ | String | | Name of the shipment carrier. | | taxSetName | ✓ | String | | Name of the tax set. | | avalara_tax_code | | String | | Avalara tax code for automated tax calculation. |

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_shipment.csv Import file template with headers only.
shipment.csv Exemplary import file with the Demo Shop data.