File details: price-product-offer.csv

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202212.0.

This document describes the price-product-offer.csv file to configure Merchant product offer price information in your Spryker shop.

To import the file, run:

data:import price-product-offer

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE DEFAULT VALUE REQUIREMENTS OR COMMENTS DESCRIPTION
product_offer_reference String Unique Identifier of the merchant product offer in the system.
price_type String Can be DEFAULT or ORIGINAL Price type.
store String Value previously defined in the stores.php project configuration. Store the price is defined for.
currency String Defined in the ISO code. Currency of the price.
value_net Integer Empty price values are imported as zeros. Net price in cents.
value_gross Integer Empty price values are imported as zeros. Gross price in cents.
price_data.volume_prices Array Price data which can be used to define alternative prices, that is, volume prices, overwriting the given net or gross price values.

Import file dependencies

The file has the following dependencies:

Import template file and content example

Find the template and an example of the file below:

FILE DESCRIPTION
template_price-product-offer.csv Import file template with headers only.
price-product-offer.csv Example of the import file with Demo Shop data.