CustomerAddressInput
No description
input CustomerAddressInput {
referenceId: String
label: String
recipient: CustomerRecipientInput
address: AddressInput!
location: LocationInput
}
Fields
CustomerAddressInput.referenceId ● String scalar
CustomerAddressInput.label ● String scalar
CustomerAddressInput.recipient ● CustomerRecipientInput input
CustomerAddressInput.address ● AddressInput! non-null input
CustomerAddressInput.location ● LocationInput input
Member Of
CustomerInput input