customerTypeUpdate Mutation
Updates a customer type.
Added in Saleor 3.23.
Triggers the following webhook events:
- CUSTOMER_TYPE_UPDATED (async): A customer type was updated.
customerTypeUpdate(
id: ID!
input: CustomerTypeUpdateInput!
): CustomerTypeUpdate
Details
type CustomerTypeUpdate {
errors: [CustomerTypeUpdateError!]!
customerType: CustomerType
}
Arguments
id ● ID!
ID of the customer type to update.
input ● CustomerTypeUpdateInput!
Fields required to update a customer type.
Type
CustomerTypeUpdate
Updates a customer type.
Added in Saleor 3.23.
Triggers the following webhook events:
- CUSTOMER_TYPE_UPDATED (async): A customer type was updated.