Skip to content

Bulk operations

Bulk operations are operations of any kind, which can be applied to a large number products at the same time. Bizzkit PIM provides a collection of built-in bulk operations as well as an option to define custom bulk operations which run in an external system.

Built-in bulk operations

All built-in bulk operations are grouped into categories, so it's easy for the user to identify related operations by topic.

Bulk operations overview

Bulk operations overview showing all available bulk operations

Operations related to products and attributes on products.

Product related bulk operations

Product related bulk operations

Update products

Updates products by adding, replacing, changing or removing attributes and their values. The relevant attributes can be configured as part of this bulk operation. A Merge rule is set to define what action should be applied to the products in the operation. The following merge rules are available:

  • Add New
  • Replace Existing
  • Add New or Replace Existing
  • Merge

In case Merge has been chosen as merge rule, the user will be able to specify a more detailed merge rule per attribute configured in the Update product bulk operation. These are the available options:

  • Replace single valued / append multi valued unless exact value is already in value list
  • Replace single valued / append multi valued unless part of value is already in value list
  • Replace single valued / append multi valued
  • Replace
  • Remove

Enrich products

Runs one or multiple product enrichers on the products included in the operation. One of the following options can be chosen by the user:

  • Enrich from product hierarchy
  • Enrich from product enricher(s)

When enriching from product hierarchy, the product enrichers which are configured on each product's hierarchy are run accordingly.

When enriching from product enricher(s), one or multiple product enrichers can be specified to run on all products included in the operation.

Export products to CSV

Exports all products included in the operation to a CSV file. As part of the bulk operation configuration steps, the attributes and segments to be exported can be set. If no attributes are set, all attributes on the products will be exported. The user can configure the export options to either split the export into multiple files or export all products into a single file.

Export products to Excel

Note

This type of export is for experimental use only and only available if the corresponding feature flag is applied.

Exports all products included in the operation to an Excel file. All attributes on all products will be exported, if the attributes are of a data type which is supported in this type of export.

Unpublish products

Unpublishes all products included in this operation, setting the State property of the products to Unpublished.

Delete products

Deletes all products included in this operation permanently. By default, only unpublished products will be deleted. The configuration steps of this operation provide the option to also include published products in the deletion.

Warning

Use this bulk operation with care. All products included in the operation will be permanently deleted, there's no option to undo this action.

Operations related to organizing products' master/variant hierarchies.

Master/variant related bulk operations

Master/variant related bulk operations

Add variant to master

Adds a single master product to all products included in the bulk operation. The master product to use is selected as part of the configuration steps of this operation. By executing this operation, the included products will become a direct variant of the selected master product.

Remove variant from master

Removes a single master product from all products included in the bulk operation, if the selected master product is a direct master of the product included in the operation. The master product to use is selected as part of the configuration steps of this operation.

Operations related to organizing products in product categories.

Product category related bulk operations

Product category related bulk operations

Place products in category

Places all products included in the bulk operation in the selected product category. An option for setting the selected product category as primary category is available. If the selected category has a product enricher attached, that will be run if the Enrich products option and Set as primary category option are checked.

Remove products from category

Removes the products included in the bulk operation from the selected product category, if the products are a part of this category.

Remove primary category

Removes the primary category flag from the products included in this operation. This won't remove the products from any category, as it just changes any existing primary category to a regular category placement.

Operations related to bundling products.

Bundle related bulk operations

Bundle related bulk operations

Add to bundles

Adds all products included in the operation to one or more bundles. The bundle(s) as well as some meta information regarding the bundling can be configured by the user.

Remove from bundles

Removes all products included in the operation from one or more bundles. The bundle(s) can be configured by the user.

Other operations

Specific operations which don't belong to any other section.

Other bulk operations

Other bulk operations

Update attribute segments

Adds, replaces or removes individual attribute segments on all products included in the operation. The attribute field and segment as well as a value can be configured for one or more attributes.

Custom operations

All external bulk operations, meaning non built-in bulk operations, are listed here. These operations are run outside of Bizzkit PIM and are therefore owned by the customer solution. External bulk operations are particularly useful for running customer-specific operations on PIM products. They allow PIM users to select the products and initiate the operation directly from the PIM user interface.

Custom operations

Custom operations

If no external bulk operations have been configured, the Custom operations section will not be shown in the overview.

Info

Read more about external bulk operations and how to configure them.