Shopware - Update record action ​

The Update record action enables you to update the details of a specific record in the Shopware.

Input ​

Input fieldDescription
ObjectSpecify the object type of the record you plan to update. Fields load dynamically based on the object you select.

For example, if you select Product object, fields like ID, Price, Tax ID, Name, Stock, and Product number appear.

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 Order object, the output includes the following:

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

Last updated: