Skip to main content
An object representing the delivery agent assigned to an order.
type OrderingDeliveryContact {
  name: String!
  phone: String
  email: String
}

name

string - The name of the delivery agent.

phone

string | null - The phone number of the delivery agent. Will be null when not available.

email

string | null - The email address of the delivery agent. Will be null when not available.
I