Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 769 Bytes

PatchManyItemsCatalogAction.md

File metadata and controls

21 lines (14 loc) · 769 Bytes

TalonOne::PatchManyItemsCatalogAction

Properties

Name Type Description Notes
price Float Price of the item. [optional]
filters Array<CatalogActionFilter> 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 The attributes of the items to patch. [optional]

Code Sample

require 'TalonOne'

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