Skip to main content

CustomerTypeUpdate Object

Updates a customer type.

Added in Saleor 3.23.

Requires the MANAGE_CUSTOMER_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • CUSTOMER_TYPE_UPDATED (async): A customer type was updated.
type CustomerTypeUpdate {
errors: [CustomerTypeUpdateError!]!
customerType: CustomerType
}

Fields

errors ● [CustomerTypeUpdateError!]!

customerType ● CustomerType

Returned By

customerTypeUpdate mutation