File details - content_product_abstract_list.csv

Edit on GitHub

This document describes the content_product_abstract_list.csv file to configure Content Product Abstract List information in your Spryker Demo Shop.

To import the file, run:

data:import:content-product-abstract-list

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
key String Must be unique. Unique identifier of the content.
name String Human-readable name. Name of the content.
description String N/A Description of the content.
skus.default String N/A Default list of product abstract SKUs.
skus.{ANY_LOCALE_NAME}*
Example value: skus.en_US
String N/A List of product abstract SKUs, translated into the specified locale (US for our example).

*ANY_LOCALE_NAME: Locale date is dynamic in data importers. It means that ANY_LOCALE_NAME postfix can be changed, removed, and any number of columns with different locales can be added to the CSV files.

Import file dependencies

This file has the following dependency: product_abstract.csv.

Import template file and content example

Find the template and an example of the file below:

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