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

# customerTypeCreate Mutation

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
customerTypeCreate(
  input: CustomerTypeCreateInput!
): CustomerTypeCreate
```

Details

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

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`CustomerTypeCreateInput!`](/api-reference/users/inputs/customer-type-create-input.md)

Fields required to create a customer type.

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

### Type

<a id="customertypecreate"></a>

#### [`CustomerTypeCreate`](/api-reference/users/objects/customer-type-create.md)

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.
