Objects

CompanyAddressType

Type containing company address information

Type containing company address information

type CompanyAddressType {
  addressId: String!
  companyId: String
  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
  addressReferenceId: String
}

Fields

addressId ● String! non-null scalar required

The address identifier

companyId ● String scalar

The id of the company that the address belongs to

email ● String scalar

The email address

phone ● String scalar

The phone number

company ● String scalar

The company name

firstName ● String scalar

The first name

lastName ● String scalar

The last name

careOf ● String scalar

The care of information

addressLine1 ● String scalar

The first address line

addressLine2 ● String scalar

The second address line

addressLine3 ● String scalar

The third address line

zip ● String scalar

The zip code

city ● String scalar

The city

region ● String scalar

The region

country ● String scalar

The country code

addressType ● String scalar

The address type, can be 'billing', 'shipping', or 'billingandshipping'

addressReferenceId ● String scalar

An optional address reference identifier

Member Of

CompanyType object