> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderCustomer

> The customer who placed an order.

<ResponseField name="email" type="String">
  The customer's email address.
</ResponseField>

<ResponseField name="firstName" type="String">
  The customer's first (given) name.
</ResponseField>

<ResponseField name="id" type="String">
  The customer's id in the source platform.
</ResponseField>

<ResponseField name="lastName" type="String">
  The customer's last (family) name.
</ResponseField>

<ResponseField name="name" type="String">
  The customer's full name, when both name parts are set.
</ResponseField>

<ResponseField name="phoneNumber" type="String">
  The customer's phone number.
</ResponseField>
