💰 Importing Discounts


Importing discounts into Fuze Store POS is a straightforward process that allows you to quickly set up or update your discount rates. Whether you're migrating from another system or simply adding new discount rates, you can do it in just a few steps—no technical skills required.



📍 Step-by-Step Guide
  1. Open the Menu: Click the ☰ sidebar hamburger menu to open navigation.
  2. Go to Store: In Store section, select Store from the menu list.
  3. Go to Import: In Store screen, select Import from the list.
  4. Fill Form:
    • In the "Type" field, choose Discounts from the dropdown menu.
    • In the "File" field, upload your file (CSV or Excel format).

      See sample Sample Discounts.xlsx for reference.

  5. Import: Click on Import button. Your data will be added to your store.

⚙️ Field Explanations

Here are the columns structure of the Discounts import file:


FieldDescriptionRequiredPossible ValuesExample
idUnique uuid identifier for the discount (Empty field will create a new entry)123e4567-e89b-12d3-a456-426614174000
codeShort code for internal use and also treated as identifier. Existing code will update the discount (usually auto-filled)pwd-discount
nameName of the discountYesPWD Discount
descriptionA short note about what’s in this discountDiscount for Persons with Disabilities
is_activeChoose if this discount is active or notYesYES,NOYES
rateThe discount rate valueYes20
rate_typeThe type of discount rateYesFIXED, PERCENTAGEPERCENTAGE
duration_fromThe start date for the discount validity (ISO 8601 format)(ISO 8601 format)2023-01-01
duration_toThe end date for the discount validity (ISO 8601 format)(ISO 8601 format)2023-12-31


💡 Tips
  • Always double-check your data before importing to avoid mistakes.
  • If you’re not sure about the file format, download a sample export first.
  • If you need help, contact support or check the Help Center.
  • Keep your discount structure organized for easier management.
  • Use clear and descriptive names for your discounts.
  • Regularly review and update your discounts as needed.

Importing Discounts | Fuze Store Development Documentation