CustomerAddress
type CustomerAddress {
id: ID!
addressLine1: String!
addressLine2: String
attributes: [CustomerAttributeValue!]
city: CustomerAddressCity!
company: String
country: CustomerAddressCountry!
district: CustomerAddressDistrict
firstName: String!
identityNumber: String
isDefault: Boolean
lastName: String!
phone: String
postalCode: String
region: CustomerAddressRegion
state: CustomerAddressState
taxNumber: String
taxOffice: String
title: String!
}
Fields
The customer's mailing address.
addressLine2StringAn additional field for the customer's mailing address.
attributes[CustomerAttributeValue!]The customer's city.
companyStringThe customer's company.
The customer's country.
districtCustomerAddressDistrictThe customer's district in city.
The customer's first name.
identityNumberStringThe customer's identity numbers.
isDefaultBooleanWhether this address is the default address for the customer. Returns true for each default address.
The customer's last name.
phoneStringThe customer's phone number at this address
postalCodeStringThe customer's postal code, also known as zip, postcode, etc.
regionCustomerAddressRegionstateCustomerAddressStatetaxNumberStringTax number that the customer will use for orders
taxOfficeStringIf customer is corporate, customer can use that field to fill their Tax Office name.