CustomerCustomizerOperation

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

  • The operation field can be either create for a new customer customizer or remove for an existing one identified by a resource name.

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}