Skip to main content

OrderCustomer

type OrderCustomer {
id: String
email: String
firstName: String
fullName: String
isGuestCheckout: Boolean
lastName: String
notificationsAccepted: Boolean
phone: String
preferredLanguage: String
}

Fields

It is the id of the customer who created the order.

emailString

It is the email of the customer who created the order.

firstNameString

It is the first name of the customer who created the order.

fullNameString

It is the full name name of the customer who created the order.

isGuestCheckoutBoolean

Indicates whether the order was created by a new customer with no email record. isGuestCheckout returns true if the order was created without customer email information.

lastNameString

It is the last name of the customer who created the order.

notificationsAcceptedBoolean
phoneString

It is the phone number of the customer who created the order.

preferredLanguageString

It is the preferred language of the customer who created the order.