Skip to main content
Logo

Importing Gift Cards

You can import gift cards into Fuze Store POS to set up or update your gift card inventory in bulk. This is useful when creating many gift cards at once or migrating from another system.

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

      See Sample Gift Cards.xlsx for reference.

  5. Click Import. Your gift cards will be added to the store.

Field Reference

Here are the columns in the Gift Cards import file:

FieldDescriptionRequiredPossible ValuesExample
idUUID identifier for the gift card. Leave empty to create a new gift card.123e4567-e89b-12d3-a456-426614174000
codeShort code for internal use. Also serves as an identifier. An existing code updates the matching gift card.EARLYBIRD
amountThe monetary value of the gift card.YesAny number100
descriptionA short note about the gift card.Gift Card for early bird customers
max_usageMaximum number of times the gift card can be used.Any number100
usage_countNumber of times the gift card has already been used.Any number0
is_activeWhether the gift card is active.YesYES, NOYES
expires_atExpiry date and time for the gift card (ISO datetime format).ISO Datetime2024-12-31T23:59:59Z

Tips

  • Review your data before importing to avoid errors.
  • Download a sample export file first if you are unsure about formatting.
  • Set expiry dates to control when gift cards stop being valid.
  • Use unique, memorable codes so customers can redeem them easily.