> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderingDeliveryContact

An object representing the delivery agent assigned to an order.

```graphql theme={null}
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.
