Import file details: shipment_method_store.csv

Edit on GitHub

This document describes the shipment_method_store.csv file to configure Shipment Method and Store relation to be added to your Spryker Demo Shop.

The shipment_method_store.csv file contains the links between each shipment method used by each existing store.

To import the file, run:

data:import:shipment-method-store

Import file parameters

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
shipment_method_key String Can be imported from the content that was loaded using the shipment.csv file. Identifier of the shipment method.
store String Must be one of the existing store names. The store names are initially already defined in the stores.php configuration file. Name of the store.

Import file dependencies

  • shipment.csv
  • stores.php The configuration file of the Spryker Demo Shop PHP project

Import template file and content example

FILE DESCRIPTION
shipment_method_store.csv template Exemplary import file with headers only.
shipment_method_store.csv Exemplary import file with Demo Shop data.