Skip to main content
The Price Lists template for the import/export tools describes price lists you have defined for specific customer segments. You can use price lists to offer specific pricing to authenticated customers who belong to specific customer segments. Price Lists template file content with example data.

Access the Tools

With the Import-Export Application installed and enabled, go to Main > Catalog > Price Lists in the Admin. On the Price Lists page, click the Import/Export extension to the left of the Create New Price List button: The Pricelists Import/Export button on the Price Lists page

Supported File Formats

  • CSV (.csv): Each sheet is a separate CSV file. For both imports and exports, sheets are compressed into a ZIP file. When importing, the ZIP file can have any file name but each individual CSV file name must match the export file name and the sheet. You can remove CSV files for data you do not want to import.
These CSV files should not be opened in Excel, as that may cause errors with their formatting. Instead, use a different CSV editing program to make changes to the data. You should only use the default Windows zipper to zip the files, as using different software may cause errors. You can upload multiple files at once as long as they all are zipped.

Template Key

For each sheet, we define each column and describe valid values for the column. If you have questions or concerns specific to your data, please contact your integration partner or Kibo Support.

Sheets

Pricelists

Corresponding REST API Resource: commerce/catalog/admin/pricelists This sheet describes high-level details about pricelists, such as which customer segments they apply to, what sites they are valid for, and whether they have parent lists. On import operations, use this sheet to create new price lists.

PricelistEntries

Corresponding REST API Resource: commerce/catalog/admin/pricelists/entries This sheet describes price list entries. An entry ties a product in the master catalog to a price list in the same master catalog. To set a price list price, you must create an entry on this sheet and then specify the price for the entry on the PricelistEntryPrices sheet. On import operations, use this sheet to add entries to a price list.

PricelistEntryPrices

Corresponding REST API Resource: commerce/catalog/admin/pricelists/entries This sheet describes prices to associate with various price list entries. On import operations, use this sheet to define the prices that appear for products in a price list.

PricelistEntryExtras

Corresponding REST API Resource: commerce/catalog/admin/pricelists/entries This sheet describes extras to associate with various price list entries. On import operations, use this sheet to define the extras that appear for products in a price list.