File details- warehouse.csv

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202212.0.

This article contains content of the warehouse.csv file to configure Warehouse information on your Spryker Demo Shop.

Import file parameters

These are the header fields to be included in the .csv file:

Field Name Mandatory Type Other Requirements/Comments Description
name Yes String N/A* Name of the warehouse.
is_active No Boolean
  • True = 1
  • False = 0
  • If empty, it will be assumed 0 (false)
Status of the warehouse, specified in a boolean value: 1 (true) or 0 (false), where 1 indicates that the warehouse is available and 0 indicates that the warehouse is unavailable. By default, the warehouse is not active.
*N/A: Not applicable.

Dependencies

This file has no dependencies.

Recommendations & Other Information

Check the HowTo: Import Warehouse Data.

Note

The warehouse.csv file replaces stock.csv previously used.

By default, *warehouse.csv* exists only in folder `…/vendor/spryker/stock-data-import/data/import/warehouse.csv`, but can be also be copied into `…/data/import` folder.

Import template file and content example

A template and an example of the warehouse.csv file can be downloaded here:

File Description
warehouse.csv template Warehouse .csv template file (empty content, contains headers only).
warehouse.csv Warehouse .csv file containing a Demo Shop data sample.