CustomerCustomizerOperation

  • The operation allows for creation or removal of a customizer attribute.

  • The operation field defines whether the operation is a creation or removal.

  • Creation operations do not require a resource name, while removal operations require a specific resource name format.

A single operation (create, remove) on a customizer attribute.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

CustomerCustomizer

Create operation: No resource name is expected for the new customer customizer

remove

string

Remove operation: A resource name for the removed customer customizer is expected, in this format: customers/{customer_id}/customerCustomizers/{customizer_attribute_id}