Tool to retrieve a list of products/services with optional filtering, sorting, and pagination. Use when you need to fetch products for reports, UI lists, or inventory management.
pageintegerPage number to retrieve, must be >= 1
sortstringField to sort by; prefix with '-' for descending, e.g. '-name'
limitintegerNumber of items per page, must be >= 1
fieldsstringComma-separated list of fields to include in the response, e.g. 'id,name,price'
filterstringFilter by matching code or name (partial, case-insensitive)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.