Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 518 Bytes

CatalogAction.md

File metadata and controls

26 lines (15 loc) · 518 Bytes

CatalogAction

Definition of all the properties that are needed for a single catalog sync action.

Properties

Name Type Description Notes
type TypeEnum The type of sync action.
payload Object

Enum: TypeEnum

Name Value
ADD "ADD"
PATCH "PATCH"
PATCH_MANY "PATCH_MANY"
REMOVE "REMOVE"
REMOVE_MANY "REMOVE_MANY"