Import file details: product_set.csv

Edit on GitHub

This document describes the product_set.csv file to configure Product Set information in your Spryker Demo Shop.

Import file dependencies

product_abstract.csv.

Import file parameters

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
product_set_key ✓ (unique) String Key identifier of the product set.
weight Number Weight of the product set.
is_active Boolean True = 1
False = 0
Indicates if the product set is active or not.
abstract_skus String String containing SKUs of the abstract products, separate by comas, which are part of the product set.
name.{ANY_LOCALE_NAME}*
Example value: name.en_US
String Name of the product set, translated in the specified locale (US for our example).
url.{ANY_LOCALE_NAME}*
Example value: url.en_US
String URL of the product set, used in the specified locale (US for our example).
description.{ANY_LOCALE_NAME}*
Example value: description.en_US
String Description of the product set, translated in the specified locale (US for our example).
meta_title.{ANY_LOCALE_NAME}*
Example value: meta_title.en_US
String Meta data title of the product set, translated in the specified locale (US for our example).
meta_keywords.{ANY_LOCALE_NAME}*
Example value: meta_keywords.en_US
String Meta data keywords of the product set, translated in the specified locale (US for our example).
image_set.1 String Image of the product set.
image_small.1.1 String Small image of the first product of the product set.
image_large.1.1 String Large image of the first product of the product set.
image_small.1.2 String Small image of the second product of the product set.
image_large.1.2 String Large image of the second product of the product set.

*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 template file and content example

FILE DESCRIPTION
product_set.csv template Exemplary import file with headers only.
product_set.csv Exemplary import file with headers only.

Import command

data:import:product-set