Sha256: c5c38e7e08875207160539f65ef17f306fe6244cbebee419711c913cb5ef3031

Contents?: true

Size: 769 Bytes

Versions: 6

Compression:

Stored size: 769 Bytes

Contents

# TalonOne::PatchManyItemsCatalogAction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**price** | **Float** | Price of the item. | [optional] 
**filters** | [**Array<CatalogActionFilter>**](CatalogActionFilter.md) | The list of filters used to select the items to patch, joined by `AND`.  **Note:** Every item in the catalog will be modified if there are no filters.  | [optional] 
**attributes** | [**Object**](.md) | The attributes of the items to patch. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::PatchManyItemsCatalogAction.new(price: 99.99,
                                 filters: null,
                                 attributes: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/PatchManyItemsCatalogAction.md
talon_one-6.0.0 docs/PatchManyItemsCatalogAction.md
talon_one-5.0.0 docs/PatchManyItemsCatalogAction.md
talon_one-3.0.2 docs/PatchManyItemsCatalogAction.md
talon_one-3.0.1 docs/PatchManyItemsCatalogAction.md
talon_one-3.0.0 docs/PatchManyItemsCatalogAction.md