Requirements:
A unique product price is made up of several fields:
All these fields are used by CSVI to identify a price.
The shopper group allows you to show prices to special customer groups. The shopper group field for prices is called shopper_group_name_price and can take the following values:
The price is the price excluding tax that you want to assign to the product
The currency is the currency for this price. If no currency is specified, CSVI will use the default shop currency.
This example sets the shopper group to Gold Level and a price of 4.49.
product_sku;product_price;product_currency;shopper_group_name_price
G01;4.49;USD;Gold Level
To change a shopper group assigned to a price you can use the field shopper_group_name_new. This field takes the same values as the shopper_group_name_price.
This example changes the shopper group from Gold Level to everybody
product_sku;product_price;product_currency;shopper_group_name_price;shopper_group_name_new
G01;4.49;USD;Gold Level;*