Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 766 Bytes

PatchManyItemsCatalogAction.md

File metadata and controls

13 lines (9 loc) · 766 Bytes

PatchManyItemsCatalogAction

The specific properties of the "PATCH_MANY" catalog sync action.

Properties

Name Type Description Notes
price float Price of the item. [optional]
filters list[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]

[Back to Model list] [Back to API list] [Back to README]