Shopware - Search records (GET) action

The Search records action retrieves a list of records that matches your search criteria in Shopware. This action uses the GET HTTP method to retrieve a list of records. Use this action when passing smaller search queries.

Input

Input fieldDescription
ObjectSpecify the object to retrieve a list of records for. Fields load dynamically based on the object you select.
PageThe page to return.
LimitThe maximum number of resources to return in a page. You can only enter positive numbers (excluding 0) in this field.
QueryThe search query to filter results with.

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: