Skip to main content

CustomerTypeReorderAttributes Object

Reorder the attributes of 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 CustomerTypeReorderAttributes {
customerType: CustomerType
errors: [CustomerTypeReorderAttributesError!]!
}

Fields

customerType ● CustomerType

Customer type from which attributes are reordered.

errors ● [CustomerTypeReorderAttributesError!]!

Returned By

customerTypeReorderAttributes mutation