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
- Open the sidebar menu.
- Go to Store and select Store from the list.
- Select Import from the Store screen.
- 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.
- Click Import. Your categories will be added to the store.
Field Reference
Here are the columns in the Categories import file:
| Field | Description | Required | Possible Values | Example |
|---|---|---|---|---|
| id | UUID identifier for the category. Leave empty to create a new category. | 123e4567-e89b-12d3-a456-426614174000 | ||
| parent_id | UUID of the parent category. Leave empty if none. | 123e4567-e89b-12d3-a456-426614174001 | ||
| code | Short code for internal use. Also serves as an identifier. An existing code updates the matching category. | massage-therapy | ||
| name | Name of the category. | Yes | Massage Therapy | |
| color | Hex color that represents the category. | #FF5733 | ||
| description | A short note about the category. | Relaxing massages for stress relief | ||
| is_active | Whether the category is active. | Yes | YES, NO | YES |
| is_include_in_menu | Whether the category appears on the POS Register screen. | Yes | YES, NO | YES |
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.