Import file details: product_price_schedule.csv

Edit on GitHub

This article contains content of the product_price_schedule.csv file to configure Product Price Schedule information in your Spryker Demo Shop.

To import the file, run:

data:import:product-price-schedule

Import file parameters

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
abstract_sku ✓ (if concrete_sku is empty) String Either this field or concrete_sku needs to be filled, as the prices need to be assigned to a product. SKU of the abstract product to which the price should apply.
concrete_sku ✓ (if abstract_sku is empty) String Either this field or abstract_sku needs to be filled, as the prices need to be assigned to a product. SKU of the concrete product to which the price should apply.
price_type String Defines the price type.
store String Store to which this price should apply.
currency String Defines in which currency the price is.
value_net Integer Sets the net price.
value_gross Integer Sets the gross price.
from_included Date Sets the date from which these price conditions are valid.
to_included Date Sets the date to which these price conditions are valid.

Import file dependencies

Import template file and content example

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