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.

Step-by-Step Guide

  1. Open the sidebar menu.
  2. Go to Store and select Store from the list.
  3. Select Import from the Store screen.
  4. Fill in the import form:
    • Choose Discounts from the Type dropdown.
    • Upload your file in CSV or Excel format.

      See Sample Discounts.xlsx for reference.

  5. Click Import. Your discounts will be added to the store.

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.pwd-discount
nameName of the discount.YesPWD Discount
descriptionA short note about the discount.Discount for Persons with Disabilities
is_activeWhether the discount is active.YesYES, NOYES
rateThe discount rate value.Yes20
rate_typeWhether the rate is a percentage or a fixed amount.YesFIXED, PERCENTAGEPERCENTAGE
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

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.