Import file details: product_price.csv
Edit on GitHubThis article contains content of the product_price.csv file to configure prices of the products/services in your Spryker Demo Shop.
To import the file, run:
data:import:product-price
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. |
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. |
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. | ||
| price_data.volume_prices | String | Price data which can be used to define alternative prices, i.e volume prices, overwriting the given net or gross price values. |
Import file dependencies
- product_abstract.csv
- product_concrete.csv
- stores.php configuration file of the Demo Shop PHP project
Import template file and content example
| FILE | DESCRIPTION |
|---|---|
| product_price.csv template | Exemplary import file with headers only. |
| product_price.csv | Exemplary import file with Demo Shop data. |
Thank you!
For submitting the form