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.

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 Modifiers from the Type dropdown.
    • Upload your file in CSV or Excel format.

      See Sample Modifiers.xlsx for reference.

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

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.MODIFIERmod-001
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. Defaults to name if empty.BothMassage Pressure
is_activeWhether the modifier is active.YesMODIFIERYES, NOYES
is_requiredWhether the modifier is required on an item.YesMODIFIERYES, NONO
is_visible_on_frontWhether the modifier is visible on the POS front.YesMODIFIERYES, NOYES
typeSelection type for the modifier.YesMODIFIERSINGLE, MULTIPLESINGLE
min_optionsMinimum number of options the customer must select.Yes, if type is MULTIPLEMODIFIER1
max_optionsMaximum number of options the customer can select.Yes, if type is MULTIPLEMODIFIER3
is_selectedWhether the option is selected by default.OPTIONYES, NONO
base_pricePrice for the option.YesOPTION12.50
orderingDisplay order of the option.OPTION1

Tips

  • Review your data before importing to avoid errors.
  • Download a sample export file first if you are unsure about formatting.
  • Each option row in the file belongs to the modifier row directly above it.
  • Use clear names so staff can quickly identify each modifier and option.