Skip to main content
Logo

Importing Products

You can import products into Fuze Store POS to quickly set up or update your inventory. This works for migrating from another system or adding many items at once.

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

      See Sample Products.xlsx for reference.

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

Field Reference

Here are the columns in the Products import file:

FieldDescriptionRequiredPossible ValuesExample
idUUID identifier for the product. Leave empty to create a new product.123e4567-e89b-12d3-a456-426614174000
skuStock Keeping Unit. A unique code for each product.SKU-12345
enable_productWhether the product is active in the store.YesYES, NOYES
availabilityProduct availability status.YesAVAILABLE, UNAVAILABLEAVAILABLE
nameName of the product.YesGrilled Chicken
typeType of product.YesSIMPLE, BUNDLEsimple
bundle_item_idsPipe-separated list of product IDs or SKUs in the bundle.Yes, if type is BUNDLESKU-123|SKU-124
category_idsPipe-separated list of category IDs or codes.chickens|best-sellers
descriptionDescription of the product.Delicious grilled chicken
weightWeight of the product.1.5
weight_unitUnit of weight.g, kg, lb, ozkg
manage_inventoryWhether inventory tracking is enabled.YesYES, NONO
quantityQuantity in stock.Yes, if manage_inventory is Yes100
low_stock_levelThreshold for low stock alerts.10
stock_statusCurrent stock status.Yes, if manage_inventory is YesIN_STOCK, OUT_OF_STOCKIN_STOCK
modifier_idsPipe-separated list of modifier IDs or codes.chicken-part|chicken-size
priceSelling price of the product (tax included).Yes79.99
costCost price of the product.10.00
enable_special_priceWhether the special price is enabled.YES, NONO
special_priceSpecial discounted price.7.99
special_price_fromStart date for the special price (ISO format).2024-06-01
special_price_toEnd date for the special price (ISO format).2024-06-30
tax_classTax class name or code.TAXABLE_GOODS, NONENONE
tax_idTax UUID associated with the product.Yes, if tax_class is TAXABLE_GOODS123e4567-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 product names and SKUs consistent across your inventory.
  • Update your product data regularly to reflect current prices and stock levels.