Inputs
UpdateCompanyAddressInputType
Fields for updating an existing company address. Only provided fields will be updated.
Fields for updating an existing company address. Only provided fields will be updated.
input UpdateCompanyAddressInputType {
email: String
phone: String
company: String
firstName: String
lastName: String
careOf: String
addressLine1: String
addressLine2: String
addressLine3: String
zip: String
city: String
region: String
country: String
addressType: String
}
Fields
email ● String scalar
The email address of the address contact.
phone ● String scalar
The phone number of the address contact.
company ● String scalar
The company name for this address.
firstName ● String scalar
The first name of the address contact.
lastName ● String scalar
The last name of the address contact.
careOf ● String scalar
The care-of information.
addressLine1 ● String scalar
The primary address line.
addressLine2 ● String scalar
The second address line.
addressLine3 ● String scalar
The third address line.
zip ● String scalar
The zip or postal code.
city ● String scalar
The city.
region ● String scalar
The region or state.
country ● String scalar
The 2-character ISO 3166-1 alpha-2 country code (e.g. 'SE').
addressType ● String scalar
The address type. Valid values: 'billing', 'shipping', or 'billingandshipping'.
Member Of
updateCompanyAddress mutation