Multiple products at a time can be added to campaigns by using the MyCashflow CSV tools.

The sample below illustrates how products can be added to campaigns with a CSV import.

Before starting the import, make sure that you read the general instructions on using CSV imports.

For the list of all available CSV identifiers, see the reference table of CSV identifiers.

CampaignID;       ProductID;
1;                         3;
1;                         45;
1;                         2;
2;                         3;
2;                         2;

In the above sample, products are added to two different campaigns (CampaignID 1 and 2). To add a product to a campaign, simply indicate the desired product's ProductID and campaign's CampaignID in the same row. Note that one product can be added to multiple campaigns during the same import (see products 2 and 3 in the sample file).

In the example, the products are only added to campaigns. You will still have to define their pricing later (which can be done manually in the admin panel). Alternatively, you can indicate the price during the import in the CampaignProductPrice column.

When adding products to campaigns with CSV import, select Campaign products as the CSV import type.