The app supports importing, mass updating, and exporting the following offer types:
- Grouped Products
- Product Add-ons
- Bundle Offers
- Buy X Get Y Offers
How to Import Offers
- Navigate to the Offers section in the app.
- Click the Import button.
- In the pop-up window, select the type of offer you want to import.
- To download a sample file, click the CSV file link under Step 2.
<aside>
💡
When downloading and saving the sample file, make sure it's saved in the Comma-separated values (.csv) format.
</aside>
Preparing Your Import File
- Download the sample file and use it as a base for your import. Replace the sample data with your own while keeping the same structure and column order.
- A full description of each column and examples for every offer type are available below.
- Important: All columns from the sample file must be present in your import file. Optional columns can be left blank, but must not be removed.
Offer ID Explained
The Offer ID column is used to uniquely identify each offer in your import file. It helps the system recognize which rows belong to the same offer.
- When creating new offers:
- Use a custom alphanumeric ID (e.g.,
BUNDLE123
, OFFER_A1
).
- The ID must contain at least one letter. Numeric-only IDs like
123
are not valid.
- All rows that belong to the same offer must share the same Offer ID.
- When updating existing offers via export:
- Export your offers from the app first.
- You’ll notice existing Offer IDs appear as numbers (e.g.,
2415
).
- Do not change these numeric Offer IDs — the app uses them to match and update the correct offers.
- If a line has a new alphanumeric ID, the app will treat it as a new offer.