Skip to main content
Logo

Importing Modifiers

You can import modifiers into Fuze Store POS to set up or update product and service extras in bulk. Modifiers let you offer options like sizes, toppings, or add-ons.

The Import Modifiers 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

The import file contains both modifier rows and option rows. Set the modifier_type column to indicate which type each row represents.

FieldDescriptionRequiredApplies ToPossible ValuesExample
idUUID identifier for the modifier or option. Leave blank to create new.Both123e4567-e89b-12d3-a456-426614174000
codeUnique code for the modifier. Letters, numbers, dashes and underscores only. Saved in lowercase.MODIFIERmassage-pressure
modifier_typeWhether this row is a modifier or an option.YesBothMODIFIER, OPTIONMODIFIER
nameName of the modifier or option.YesBothMassage Pressure
labelDisplay label on receipts and POS Register. Falls back to name if empty.BothMassage Pressure
is_activeWhether the modifier is active. Defaults to YES if empty.MODIFIERYES, NOYES
is_requiredWhether the modifier is required on an item. Defaults to NO if empty.MODIFIERYES, NONO
is_visible_on_frontWhether the modifier is visible on the POS front. Defaults to YES if empty.MODIFIERYES, NOYES
is_multipleWhether the customer can select more than one option. Defaults to NO if empty.Yes, on MODIFIER rowsMODIFIERYES, NONO
min_optionsMinimum number of options the customer must select. Cannot be greater than max_options.Yes, if is_multiple is YESMODIFIER1
max_optionsMaximum number of options the customer can select.Yes, if is_multiple is YESMODIFIER3
is_selectedWhether the option is selected by default. Defaults to NO if empty.OPTIONYES, NONO
base_pricePrice for the option.YesOPTION12.50
orderingDisplay order of the option. Defaults to the row order under its modifier.OPTION1

YES/NO and enum values are not case-sensitive, and blank cells fall back to the defaults noted above.

Row Order

Row order is part of the structure of this file, not just presentation:

  • Each option row belongs to the modifier row directly above it. A MODIFIER row opens a group, and every OPTION row below it joins that group until the next MODIFIER row.
  • The first row must be a MODIFIER row, otherwise the leading options have no group to join.
  • Do not sort the file by name or code. Sorting separates options from their modifier and rebuilds the groups incorrectly.

Tips

  • Review your data before importing to avoid errors.
  • Download a sample export file first if you are unsure about formatting.
  • Use clear names so staff can quickly identify each modifier and option.
Start FreeSee Demo