Skip to main content

Using import modes

The Mode column on import is used to determine what kind of update action is performed for each row.

The supported options are:

ModeAction
MergeExisting items are updated. New items are created. Missing columns or empty column values are ignored.
This is the default mode.
UpdateExisting items are updated. New items are ignored. Missing columns or empty column values are ignored
CreateNew items are created. Existing items are ignored.
ReplaceExisting items are deleted and recreated. New items are created. This is the same as a Delete followed by a Merge.
DeleteExisting items are deleted.
SkipThis item is ignored

Additional import modes

Some resources like products have additional modes that allow finer grain control over bulk updates.

These give the ability to control the update action, e.g. merge, replace, delete, for specific fields, e.g. product custom fields, images, videos, etc.

See the resource specific documentation for more information.