---
title: Import Customer Salutations
description: How to import salutation data for customers and addresses in Shopware 6 using either salutation IDs or salutation text values.
---

Use this page when your customer import includes a salutation for the customer, billing address, or shipping address.

## Supported Fields

- `salutationId` — UUID value
- `salutation` — text value (e.g. *Mr., Ms.*)

## Workflow

1. Add one of the fields to your import file.
2. Map the field in your import profile.
3. Run the import.

## Behavior

- If `salutationId` is provided, it is used directly.
- If `salutation` text is provided, the system resolves it automatically.
- Works for customers, billing addresses, and shipping addresses.

Address field names are: `addresses.salutation` and `addresses.salutationId`. [See the master table](https://docs.google.com/spreadsheets/d/1h3cDhYkSL9tisi0c0X3Okn5jQkMDQkRbPqzWp-c3Pyg/edit?gid=2134398789#gid=2134398789) for reference.
