Skip to content

Customer Import Field Reference

This section includes a detailed reference table outlining the fields required to import customer data into Shopware 6. The table lists each field name as it appears in the Shopware interface, along with the corresponding system field name, a description of its function, and an example value to help you correctly format your data.

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
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
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