Skip to main content
Logo

Importing Discounts

You can import discounts into Fuze Store POS to set up or update your discount rules in bulk. This works for adding new promotions or migrating discount data from another system.

The Import Discounts dialog in the Fuze Store app showing a CSV file upload area and a Download Template button
Import → upload a file

Step-by-Step Guide

  1. Open the app drawer.
  2. Go to Configurations.
  3. Under Data Management, tap Import.
  4. Choose the matching data type on the type grid.
  5. Optionally tap Download template for a CSV starter (your live export).
  6. Upload a CSV, XLS, or XLSX file, review the preview, then confirm Import.

Field Reference

Here are the columns in the Discounts import file:

FieldDescriptionRequiredPossible ValuesExample
idUUID identifier for the discount. Leave empty to create a new entry.123e4567-e89b-12d3-a456-426614174000
codeShort code for internal use. Also serves as an identifier — an existing code updates the matching discount.Yespwd-discount
nameName of the discount.YesPWD Discount
descriptionA short note about the discount.Discount for Persons with Disabilities
rateThe discount rate value. For PERCENTAGE this is a percent; for FIXED it is an amount in your store currency.Yes20
rate_typeWhether the rate is a percentage or a fixed amount.YesFIXED, PERCENTAGEPERCENTAGE
is_activeWhether the discount is active. Defaults to YES if empty.YES, NOYES
duration_fromStart date for the discount (ISO 8601 format).ISO 8601 date2023-01-01
duration_toEnd date for the discount (ISO 8601 format).ISO 8601 date2023-12-31
max_usesTotal number of times the discount may be used. Leave empty for unlimited.Whole number100
max_uses_per_customerHow many times a single customer may use it. Leave empty for unlimited.Whole number2
current_usesHow many times it has already been used. Export only — the import never changes a live usage count.Whole number0
minimum_order_amountSmallest order total the discount applies to.Any number500
scopeWhat the discount applies to. Defaults to order if empty.orderorder
is_publicWhether the discount is offered publicly. Defaults to NO if empty.YES, NONO

Tips

  • Review your data before importing to avoid errors.
  • Download a sample export file first if you are unsure about formatting.
  • Use clear, descriptive names for your discounts.
  • Set start and end dates to control when discounts are valid.
Start FreeSee Demo