Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.09 KB

import-file-details-product-price.csv.md

File metadata and controls

55 lines (39 loc) · 3.09 KB
title last_updated template originalLink originalArticleId redirect_from related
Import file details: product_price.csv
Jun 16, 2021
data-import-template
8b15001c-2219-48ad-86cf-a60e6ad09d28
/docs/scos/dev/data-import/202311.0/data-import-categories/catalog-setup/pricing/file-details-product-price.csv.html
/docs/pbc/all/price-management/202311.0/base-shop/import-and-export-data/file-details-product-price.csv.html
/docs/pbc/all/price-management/202204.0/base-shop/import-and-export-data/import-file-details-product-price.csv.html
title link
Execution order of data importers in Demo Shop
docs/dg/dev/data-import/page.version/execution-order-of-data-importers.html

This 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

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.