Skip to main content
Logo

Importing Categories

You can import categories into Fuze Store POS to set up or update your category structure in bulk. This is useful when migrating from another system or reorganizing your store.

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

      See Sample Categories.xlsx for reference.

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

Field Reference

Here are the columns in the Categories import file:

FieldDescriptionRequiredPossible ValuesExample
idUUID identifier for the category. Leave empty to create a new category.123e4567-e89b-12d3-a456-426614174000
parent_idUUID of the parent category. Leave empty if none.123e4567-e89b-12d3-a456-426614174001
codeShort code for internal use. Also serves as an identifier. An existing code updates the matching category.massage-therapy
nameName of the category.YesMassage Therapy
colorHex color that represents the category.#FF5733
descriptionA short note about the category.Relaxing massages for stress relief
is_activeWhether the category is active.YesYES, NOYES
is_include_in_menuWhether the category appears on the POS Register screen.YesYES, NOYES

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 categories.
  • Keep your category structure organized for easier management.