OrderCustomerAddressInput
No description
input OrderCustomerAddressInput {
address1: String!
address2: String
city: String!
companyName: String
email: String
firstName: String
isoCountry: String!
lastName: String
province: String
telephone: String
zipCode: String!
}
Fields
OrderCustomerAddressInput.address1 ● String! non-null scalar
The street address.
OrderCustomerAddressInput.address2 ● String scalar
A secondary address line.
OrderCustomerAddressInput.city ● String! non-null scalar
The city.
OrderCustomerAddressInput.companyName ● String scalar
The company name of the recipient.
OrderCustomerAddressInput.email ● String scalar
The email address of the recipient.
OrderCustomerAddressInput.firstName ● String scalar
The first name of the recipient.
OrderCustomerAddressInput.isoCountry ● String! non-null scalar
The country, as an ISO 3166-1 alpha-2 code (for example IT).
OrderCustomerAddressInput.lastName ● String scalar
The last name of the recipient.
OrderCustomerAddressInput.province ● String scalar
The province.
OrderCustomerAddressInput.telephone ● String scalar
The telephone number of the recipient.
OrderCustomerAddressInput.zipCode ● String! non-null scalar
The postal code.
Member Of
customerModifyShippingAddress mutation ● customerReleaseShippingStorage mutation