# Importing Product Stocks
> Source: https://development.fuze-store.com/docs/store/import/product-stocks

# Importing Product Stocks

You can import product stock levels into Fuze Store POS to quickly update your inventory. This is useful for bulk stock adjustments or migrating inventory data from another system.

![The Import Product Stocks dialog in the Fuze Store app showing a CSV file upload area, a Download Template button, and a location selection dropdown](/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 **Product Stocks** from the Type dropdown.
   - Upload your file in **CSV** or **Excel** format.
     > See [Sample Product Stocks.xlsx](#) for reference.
5. Click **Import**. Your stock data will be updated in the store.

## Field Reference

Here are the columns in the Product Stocks import file:

| Field | Description | Required | Possible Values | Example |
| --- | --- | --- | --- | --- |
| **id** | UUID identifier for the product. Leave empty to create a new product. | | | 123e4567-e89b-12d3-a456-426614174000 |
| **sku** | Stock Keeping Unit. A unique code for each product. | | | SKU-12345 |
| **name** | Name of the product. | **Yes** | | Grilled Chicken |
| **manage_inventory** | Whether inventory tracking is enabled. | **Yes** | YES, NO | NO |
| **quantity** | Quantity in stock. | **Yes**, if manage_inventory is **Yes** | | 100 |
| **low_stock_level** | Threshold for low stock alerts. | | | 10 |
| **stock_status** | Current stock status. | **Yes**, if manage_inventory is **Yes** | IN_STOCK, OUT_OF_STOCK | IN_STOCK |

## Tips

- Review your data before importing to avoid errors.
- Download a sample export file first if you are unsure about formatting.
- Keep stock quantities accurate to prevent overselling.
- Set low stock levels so you get alerts before running out.
