🧩 Importing Services
Importing services into Fuze Store POS is a straightforward process that allows you to quickly set up or update your inventory. Whether you're migrating from another system or simply adding new items, you can do it in just a few steps—no technical skills required.
📍 Step-by-Step Guide
- Open the Menu: Click the ☰ sidebar hamburger menu to open navigation.
- Go to Store: In Store section, select Store from the menu list.
- Go to Import: In Store screen, select Import from the list.
- Fill Form:
- In the "Type" field, choose Services from the dropdown menu.
- In the "File" field, upload your file (CSV or Excel format).
See sample Sample Services.xlsx for reference.
- Import: Click on Import button. Your data will be added to your store.
⚙️ Field Explanations
Here are the columns structure of the Services import file:
Field | Description | Required | Possible Values | Example |
---|---|---|---|---|
id | Unique uuid identifier for the service (Empty field will create a new service) | 123e4567-e89b-12d3-a456-426614174000 | ||
sku | Stock Keeping Unit, a unique code for each service | SKU-4567 | ||
enable_service | Whether the service is enabled/active in the store | Yes | YES,NO | YES |
availability | Product availability status | Yes | AVAILABLE,UNAVAILABLE | AVAILABLE |
name | Name of the service | Yes | Thai Massage | |
type | Type of service | Yes | SIMPLE,BUNDLE | simple |
bundle_item_ids | Pipe-separated list of service IDs or SKUs included in the bundle | Yes, If type is BUNDLE | SKU-456|SKU-789 | |
category_ids | Pipe-separated list of category IDs or category codes the service belongs to | massages|best-sellers | ||
description | Description of the service | |||
duration | Duration of the service | Yes | 1.5 | |
duration_period | Unit of duration | Yes | MINUTE,HOUR,DAY,WEEK,MONTH,YEAR | HOUR |
modifier_ids | Pipe-separated list of modifier IDs or modifier codes | pressure-type | ||
price | Selling price of the service (Tax Included) | Yes | 1199.00 | |
cost | Cost price of the service | 0.00 | ||
enable_special_price | Whether special price is enabled | YES,NO | YES | |
special_price | Special discounted price | 899.00 | ||
special_price_from | Start date for special price (ISO string format) | 2024-06-01 | ||
special_price_to | End date for special price (ISO string format) | 2024-06-30 | ||
tax_class | Tax class name or code | TAXABLE_GOODS,NONE | NONE | |
tax_id | Tax ID (UUID) associated with the service | Yes, If tax_class is TAXABLE_GOODS | 123e4567-e89b-12d3-a456-426614173000 |
💡 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 service data consistent and accurate.
- Regularly review and update your service information.