File details- product_price_schedule.csv
Edit on GitHubThis article contains content of the product_price_schedule.csv file to configure Product Price Schedule information on your Spryker Demo Shop.
Import file parameters
These are the header fields to be included in the .csv file:
Field Name | Mandatory | Type | Other Requirements/Comments | Description |
---|---|---|---|---|
abstract_sku | Yes (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 | Yes (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 | Yes | String | N/A* | Defines the price type. |
store | Yes | String | N/A | Store to which this price should apply. |
currency | Yes | String | N/A* | Defines in which currency the price is. |
value_net | Yes | Integer | N/A | Sets the net price. |
value_gross | Yes | Integer | N/A | Sets the gross price. |
from_included | Yes | Date | N/A | Sets the date from which these price conditions are valid. |
to_included | Yes | Date | N/A | Sets the date to which these price conditions are valid. |
*N/A: Not applicable. |
Dependencies
This file has the following dependencies:
- product_abstract.csv
- product_concrete.csv
*stores.php* configuration file of the Demo Shop PHP project
Import template file and content example
A template and an example of the product_price_schedule.csv file can be downloaded here:
File | Description |
---|---|
product_price_schedule.csvtemplate | Product Price Schedule .csv template file (empty content, contains headers only). |
product_price_schedule.csv.csv | Product Price Schedule .csv file containing a Demo Shop data sample. |
Thank you!
For submitting the form