Skip to main content

OrderCustomerInput

type OrderCustomerInput {
id: ID
email: String
firstName: String
lastName: String
}

Fields

idID
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.

lastNameString

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