AddressInput
No description
input AddressInput {
firstName: String
lastName: String
companyName: String
streetAddress1: String
streetAddress2: String
city: String
cityArea: String
postalCode: String
country: CountryCode
countryArea: String
phone: String
metadata: [MetadataInput!]
}
Fields
AddressInput.firstName
● String
scalar
Given name.
AddressInput.lastName
● String
scalar
Family name.
AddressInput.companyName
● String
scalar
Company or organization.
AddressInput.streetAddress1
● String
scalar
Address.
AddressInput.streetAddress2
● String
scalar
Address.
AddressInput.city
● String
scalar
City.
AddressInput.cityArea
● String
scalar
District.
AddressInput.postalCode
● String
scalar
Postal code.
AddressInput.country
● CountryCode
enum
Country.
AddressInput.countryArea
● String
scalar
State or province.
AddressInput.phone
● String
scalar
Phone number.
Phone numbers are validated with Google's libphonenumber library.
AddressInput.metadata
● [MetadataInput!]
list input
Address public metadata.
Added in Saleor 3.15
Member of
accountAddressCreate
mutation ● accountAddressUpdate
mutation ● AccountInput
input ● addressCreate
mutation ● addressUpdate
mutation ● checkoutBillingAddressUpdate
mutation ● CheckoutCreateInput
input ● checkoutShippingAddressUpdate
mutation ● CustomerInput
input ● DraftOrderCreateInput
input ● DraftOrderInput
input ● OrderBulkCreateInput
input ● OrderUpdateInput
input ● shopAddressUpdate
mutation ● UserCreateInput
input ● WarehouseCreateInput
input ● WarehouseUpdateInput
input