Address
Represents user or seller address data.
type Address implements Node {
id: ID!
firstName: String!
lastName: String!
companyName: String!
streetAddress1: String!
streetAddress2: String!
city: String!
cityArea: String!
postalCode: String!
countryArea: String!
phone: String!
country: CountryDisplay!
isDefaultShippingAddress: Boolean
isDefaultBillingAddress: Boolean
}
Fields
Address.id ● ID! non-null scalar
The Globally Unique ID of this object
Address.firstName ● String! non-null scalar
Address.lastName ● String! non-null scalar
Address.companyName ● String! non-null scalar
Address.streetAddress1 ● String! non-null scalar
Address.streetAddress2 ● String! non-null scalar
Address.city ● String! non-null scalar
Address.cityArea ● String! non-null scalar
Address.postalCode ● String! non-null scalar
Address.countryArea ● String! non-null scalar
Address.phone ● String! non-null scalar
Address.country ● CountryDisplay! non-null object
Country information
Address.isDefaultShippingAddress ● Boolean scalar
Whether this is the user's default shipping address
Address.isDefaultBillingAddress ● Boolean scalar
Whether this is the user's default billing address
Interfaces
Node interface
An object with a Globally Unique ID
Returned By
address query
Member Of
AccountAddressCreate object ● AccountAddressDelete object ● AccountAddressUpdate object ● AddressCreate object ● AddressDelete object ● AddressUpdate object ● Checkout object ● MarketplaceConfiguration object ● NauticalOrder object ● Order object ● Seller object ● SellerAddressCreate object ● SellerAddressDelete object ● SellerAddressUpdate object ● Shop object ● User object ● Warehouse object