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.
addressLine2
StringAn additional field for the customer's mailing address.
attributes
[CustomerAttributeValue!]The customer's city.
company
StringThe customer's company.
The customer's country.
district
CustomerAddressDistrictThe customer's district in city.
The customer's first name.
identityNumber
StringThe customer's identity numbers.
isDefault
BooleanWhether this address is the default address for the customer. Returns true
for each default address.
The customer's last name.
phone
StringThe customer's phone number at this address
postalCode
StringThe customer's postal code, also known as zip, postcode, etc.
region
CustomerAddressRegionstate
CustomerAddressStatetaxNumber
StringTax number that the customer will use for orders
taxOffice
StringIf customer is corporate, customer can use that field to fill their Tax Office name.