Skip to content

Customer Import Field Reference

Use this page as a lookup table when you need the exact field name, system field name, description, or example value for a customer import.

For customer workflows and entity-specific behavior, start in the Customers section.

Field NameSystem Field NameDescriptionValue Example
Line Item TypelinetypeDefines whether the row is for a customer or a customer address.customer, addresses
Customer NumbercustomerNumberUnique customer code. Can contain any characters and spaces.SWDEMO10000
Email AddressemailCustomer’s email. Make sure to properly paste the email address with the domaintest@mail.com
First NamefirstNameCustomer’s first name. Any characters are allowed.Veronica
Last NamelastNameCustomer’s last name. Any characters are allowed.Costello
CompanycompanyCompany stored on the customer account.Firebear
VAT IDsvatIdsOne or more VAT IDs assigned to the customer. Separate multiple values with a pipe (|).DE333333|NL333333
TagstagsTags assigned to the customer. Separate multiple values with a pipe (|).Wholesale|VIP
Customer GroupgroupCustomer’s customer group.Standard customer group
Default Payment MethoddefaultPaymentMethodCustomer’s default payment method.Cash on delivery
Active StatusactiveDefines if the customer is enabled: 1 - customer is enabled; 0 or EMPTY - customer is disabled.1
LanguagelanguageCustomer’s language.English
Affiliate CodeaffiliateCodeUsed to track and identify customers who were referred to your store through an affiliate program.3465
Campaign CodecampaignCodeRefers to a code associated with a marketing or promotional campaign.8973
Sales ChannelsalesChannelName of the Sales Channel the customer belongs to. Can contain any characters and spacesStorefront
Date of BirthbirthdayCustomer’s day of birth.1996-09-09T00:00:00.000+00:00
Custom fieldscf_<technical_name>Imports a customer custom field. Use the cf_ prefix followed by the Shopware custom field technical name. See Import Customer Custom Fields.gold
Default Billing AddressdefaultBillingAddressIdUnique ID of the default Billing Address inside the Shopware 6 database. Should be composed of exactly 32 symbols with numerals 0-9 and letters a-f. Required attribute for UPDATE.069d109b9b484f9d992ec5f478f9c2a1
Default Shipping AddressdefaultShippingAddressIdUnique ID of the default Shipping Address inside the Shopware 6 database. Should be composed of exactly 32 symbols with numerals 0-9 and letters a-f. Required attribute for UPDATE.069d109b9b484f9d992ec5f478f9c2a1
Address IDaddresses.idUnique ID of the Address inside the Shopware 6 database. Should be composed of exactly 32 symbols with numerals 0-9 and letters a-f. Required attribute for UPDATE.069d109b9b484f9d992ec5f478f9c2a1
Address First Nameaddresses.firstNameCustomer’s first name specified in the address.Veronica
Address Last Nameaddresses.lastNameCustomer’s last name specified in the address.Costello
Zip/Postal Codeaddresses.zipcodePostal code associated with a customer’s address.12345
Countryaddresses.countryCountry associated with a customer’s address.Germany
Cityaddresses.cityCity associated with a customer’s address.Berlin
Companyaddresses.companyCompany associated with a customer’s address.Firebear
Streetaddresses.streetStreet associated with a customer’s address.street1
Departmentaddresses.departmentDepartment associated with a customer’s address.Marketing
Titleaddresses.titleManager
Phone Numberaddresses.phoneNumberPhone number associated with a customer’s address.495819739180
Address Created Ataddresses.createdAtDate and time when the address was initially added to the customer’s profile.2023-05-05T09:21:45.707+00:00
Address Updated Ataddresses.updatedAtDate and time when the address was updated in the customer’s profile.2023-08-03T12:21:10.953+00:00

Use a pipe (|) to separate multiple values in one customer field. The app currently supports this format for customer vatIds and tags.

email,vatIds,tags
customer@example.com,DE333333|NL333333,Wholesale|VIP

By default, imported customer tags are added to the customer’s existing tags.

Enable Replace customer tags in the customer import profile settings when the imported tags value should replace all current tags on the matching customer.