Import file details: gift_card_concrete_configuration.csv

Edit on GitHub

This document describes the gift_card_concrete_configuration.csv file to configure Gift Card Concrete Configuration information on your Spryker Demo Shop. A Gift Card Product is a regular product in the shop which represents a Gift Card that Customer can buy. In this file, you can configure the amount of money that will be loaded in the Gift Card.

To import the file, run

data:import:gift-card-concrete-configuration

Import file parameters

PARAMETER REQUIRED TYPE DEFAULT VALUE REQUIREMENTS AND COMMENTS DESCRIPTION
sku String SKU identifier of the Concrete Gift Card Product.
value Integer The amount of money that will be loaded in the Gift Card.

Import file dependencies

This file has the following dependency: product_concrete.csv.

Import template file and content example

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