CustomerCustomizerOperation

  • The operation involves a single action, either creating or removing a customizer attribute.

  • The operation field dictates whether the action is a create or remove operation.

  • Creating a customer customizer does not require a resource name.

  • Removing a customer customizer requires a resource name in a specific format including customer and customizer attribute IDs.

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}