Brightpearl Product Search
This action searches for products in Brightpearl based on a search query. This action requires a module connection to be set up.
Uses the following Brightpearl API Endpoint: https://api-docs.brightpearl.com/product/product/search.html
Search Query Instructions: https://help.brightpearl.com/s/article/212644983
Inputs
In order to use the action in your flow you need to provide it the following inputs:
| Input | Type | Description |
|---|---|---|
| Search Query | String | The search query parameters. Example: "productName=Lamp" - use this article for further guidance https://help.brightpearl.com/s/article/212644983 |
| Page Size Limit | String | The maximum number of results to return. You should ideally set to a single digit number if possible to avoid max character limit errors. |
Outputs
| Output | Type | Decription |
|---|---|---|
| Success | Boolean | Whether the API call was successful. |
| Raw Data | Object | Raw Data returned by Brightpearl |
| Formatted Products Data | List | Formatted Products Data |
| Products Found? | Boolean | Whether or not products were found based on the search query |
| Total Products Found | Number | Total products found |
| Total Products Returned | Number | Total products returned by the API call (this should equal the Page Size Limit) |
Updated about 3 hours ago