CustomerCustomizerOperation

  • Describes operations for a single customizer attribute.

  • Supported operations are create and remove.

  • The create operation expects no resource name for the new customer customizer.

  • The remove operation requires a resource name in a specific 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}