# Importing Services
> Source: https://development.fuze-store.com/docs/store/import/services

# Importing Services

You can import services into Fuze Store POS to set up or update your service catalog in bulk. This works for migrating from another system or adding many services at once.

![The Import Services dialog in the Fuze Store app showing a CSV file upload area and a Download Template button](/docs/store/import/import-upload-dialog.png)

## 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 **Services** from the Type dropdown.
   - Upload your file in **CSV** or **Excel** format.
     > See [Sample Services.xlsx](#) for reference.
5. Click **Import**. Your services will be added to the store.

## Field Reference

Here are the columns in the Services import file:

| Field | Description | Required | Possible Values | Example |
| --- | --- | --- | --- | --- |
| **id** | UUID identifier for the service. Leave empty to 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 active in the store. | **Yes** | YES, NO | YES |
| **availability** | Service 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 in the bundle. | **Yes**, if type is **BUNDLE** | | SKU-456\|SKU-789 |
| **category_ids** | Pipe-separated list of category IDs or codes. | | | 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 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 the special price is enabled. | | YES, NO | YES |
| **special_price** | Special discounted price. | | | 899.00 |
| **special_price_from** | Start date for the special price (ISO format). | | | 2024-06-01 |
| **special_price_to** | End date for the special price (ISO format). | | | 2024-06-30 |
| **tax_class** | Tax class name or code. | | TAXABLE_GOODS, NONE | NONE |
| **tax_id** | Tax UUID associated with the service. | **Yes**, if tax_class is **TAXABLE_GOODS** | | 123e4567-e89b-12d3-a456-426614173000 |

## Tips

- Review your data before importing to avoid errors.
- Download a sample export file first if you are unsure about formatting.
- Keep service names and pricing consistent across your catalog.
- Update your service information regularly to reflect current offerings.
