Shopware - Bulk edit entities action

The Bulk edit entities action enables you to upsert or delete multiple records for an object in a single call.

Input

Input fieldDescription
EntitySelect the object for which you intend to upsert/delete records.
ActionSelect the action you intend to perform over the records of the object selected. Options include upsert or delete.
PayloadEnter the required payload for the selected action.
Indexing behaviourSelect whether to use queue indexing or disable indexing.
Fail on errorSpecify whether the step in the recipe should fail on error or not.

Output

The output schema depends on the selected object. Use the output fields to map datapills to downstream steps.

For example, if you select the Customer object, the output includes the following:

Output fieldDescription
IDThe unique identifier of the customer.
ActiveIndicates whether the customer is active or not.
Customer numberThe unique number of the customer.
CompanyThe company that the customer represents.
EmailThe email address of the customer.

Last updated: