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

# OrderingUser

An object representing the user who placed an order.

```graphql theme={null}
type OrderingUser {
  firstName: String!
  lastName: String!
  email: String!
}
```

### `firstName`

`string` - The first name of the user who placed the order.

***

### `lastName`

`string` - The last name of the user who placed the order.

***

### `email`

`string` - The email address of the user who placed the order.
