Objects

QuotationAddressType

Type containing quotation address information

Type containing quotation address information

type QuotationAddressType {
  addressId: String
  snapshotAt: DateTimeOffset
  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
}

Fields

addressId ● String scalar

The address identifier

snapshotAt ● DateTimeOffset scalar

The date and time when the address data was captured

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 field

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 postal/zip code

city ● String scalar

The city

region ● String scalar

The region or state

country ● String scalar

The country

Member Of

CartQuotationType object