File details: merchant_product.csv

Edit on GitHub

This document describes the merchant_product.csv file to configure marketplace product information in your Spryker shop.

To import the file, run:

data:import merchant-product

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE DEFAULT VALUE REQUIREMENTS OR COMMENTS DESCRIPTION
sku String Unique SKU of the product.
merchant_reference String Unique Unique identifier of the merchant in the system.
is_shared Integer 1—is shared
0—is not shared
Defines whether the product is shared between the merchants.

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_merchant_product.csv Import file template with headers only.
merchant_product.csv Example of the import file with Demo Shop data.