Skip to main content

ContactInformation

Ship-to / bill-to contact tuple (EC-3265).

type ContactInformation {
company: String
createdAt: ISO8601DateTime!
email: String
id: ID!
name: String
phone: String
updatedAt: ISO8601DateTime!
}

Fields

ContactInformation.company ● String scalar common

ContactInformation.createdAt ● ISO8601DateTime! non-null scalar common

ContactInformation.email ● String scalar common

ContactInformation.id ● ID! non-null scalar common

ContactInformation.name ● String scalar common

ContactInformation.phone ● String scalar common

ContactInformation.updatedAt ● ISO8601DateTime! non-null scalar common

Member Of

ShippingInformation object