Import file details: product_option.csv

Edit on GitHub

This document describes the product_option.csv file to configure product option information in your Spryker Demo Shop.

Dependencies

product_abstract.csv

Import file parameters

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
abstract_product_skus String List of Abstract Product SKUs separated by comma.
option_group_id String If doesn’t exist then it will be automatically created. Identifier of the Product Option Group.
tax_set_name String Name of the tax set.
group_name_translation_key String Translation key of the name of the group in different locales.
group_name.{ANY_LOCALE_NAME}
Example value: group_name.en_US
No String Locale data 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. Name of the group in the specified locale (US for our example).
option_name_translation_key String Translation key of the name of the option in different locales.
option_name.{ANY_LOCALE_NAME}
Example value: *option_name.en_US
String Name of the option in the specified locale (US for our example).
sku String SKU identifier of the product option.
avalara_tax_code String Avalara tax code for automated tax calculation.

Import template file and content example

FILE DESCRIPTION
template_product_option.csv Exemplary import file with headers only.
product_option.csv Exemplary import file with the Demo Shop data.

Import command

data:import:product-option