File details- gift_card_abstract_configuration.csv

Edit on GitHub

This document describes the gift_card_abstract_configuration.csv file to configure Gift Card Abstract Configuration information in your Spryker Demo Shop. A Gift Card Product is a regular product in the shop which represents a Gift Card that Customer can buy. The Gift Card Abstract Product represents a type of Gift Cards with a code pattern (e.g. “XMAS-”, “Happy-B”, etc.).

To import the file, run

data:import:gift-card-abstract-configuration

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE DEFAULT VALUE REQUIREMENTS AND COMMENTS DESCRIPTION
abstract_sku String SKU identifier of the Gift Card Abstract Product.
pattern String Pattern that is used to create the unique code of the produced Gift Card after the purchase.

Import file dependencies

This file has the following dependencies: product_abstract.csv.

Import template file and content example

Find the template and an example of the file below:

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