> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/users/llms.txt)
> Source: https://docs.saleor.io/api-reference/users/objects/customer-type-create

# CustomerTypeCreate Object

Creates a new customer type.

Added in Saleor 3.23.

Requires the MANAGE\_CUSTOMER\_TYPES\_AND\_ATTRIBUTES permission.

Triggers the following webhook events:

-   CUSTOMER\_TYPE\_CREATED (async): A new customer type was created.

```graphql
type CustomerTypeCreate {
  errors: [CustomerTypeCreateError!]!
  customerType: CustomerType
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[CustomerTypeCreateError!]!`](/api-reference/users/objects/customer-type-create-error.md)

<a id="customer-type"></a>

#### [`customerType`](#customer-type) ● [`CustomerType`](/api-reference/users/objects/customer-type.md)

<a id="returned-by"></a>

### Returned By

[`customerTypeCreate`](/api-reference/users/mutations/customer-type-create.md) mutation
