> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ordergroove.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ordergroove.com/_mcp/server.

# CustomerType

## Fields

| Field            | Type        | Required |
| ---------------- | ----------- | -------- |
| `created`        | `DateTime!` | Yes      |
| `email`          | `String`    | No       |
| `extraData`      | `String`    | No       |
| `firstName`      | `String`    | No       |
| `lastName`       | `String`    | No       |
| `lastUpdated`    | `DateTime!` | Yes      |
| `live`           | `Boolean!`  | Yes      |
| `locale`         | `Int`       | No       |
| `merchantUserId` | `String`    | No       |
| `phoneNumber`    | `String`    | No       |
| `phoneType`      | `Int`       | No       |
| `priceCode`      | `String`    | No       |

## Related queries

* [`order`](/graphql/graphql-definitions/queries/order) — Get subscription details by order
* [`subscription`](/graphql/graphql-definitions/queries/subscription) — Get subscription for account management