| Name | Type | Description | Notes |
|---|---|---|---|
| NestedItemsUpdateBehaviour | string | Determines how updates to nested items should be handled.<hr><div style="font-style:normal"> Values description: <div style="margin-left: 2%; padding-top: 2%"> <div style="font-size:85%"> <b> replace</b>: This option indicates that the nested items should be completely replaced with the new data provided. </br> <b> merge</b>: With this option, updates to nested items are merged with the existing data. </br> </div> </div></div> | [optional] [default to NestedItemsUpdateBehaviourEnum.Replace] |
| ClearCache | bool | [optional] [default to false] | |
| Reindex | bool | [optional] [default to false] | |
| Payload | List<ProductVariantUpdateBatchPayloadInner> | Contains an array of product objects. The list of properties may vary depending on the specific platform. | |
| IdempotencyKey | string | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |