Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

RemoveManyItemsCatalogAction.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

TalonOne::RemoveManyItemsCatalogAction

Properties

Name Type Description Notes
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 removed if there are no filters. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::RemoveManyItemsCatalogAction.new(filters: null)