Skip to main content

CheckoutOrOrderBuyer Object

Description

Buyer information shared between checkout and order contexts.

Declaration

type CheckoutOrOrderBuyer {
_id: ID
firstName: String
lastName: String
email: String
name: String
path: String
telephone: String
organisation: String
taxNumber: String
addresses: [Address!]
}

Fields

NameTypeDescription
_idIDInternal database identifier for the buyer.
firstNameStringFirst name of the buyer.
lastNameStringLast name of the buyer.
emailStringEmail address of the buyer.
nameStringFull name of the buyer (first name and last name combined).
pathStringURL path to the buyer's profile page.
telephoneStringTelephone number of the buyer.
organisationStringOrganization or company name of the buyer.
taxNumberStringTax identification number of the buyer.
addresses[Address!]Addresses associated with the buyer.