Tool to retrieve a list of products. Use when you need to browse products with pagination and filtering.
sortSort order using field names. Prefix with '-' for descending order. Example: 'name' or '-created_at'
fieldsarraySpecify which fields to include instead of defaults. Example: ['id', 'name', 'slug']
includestringLoad related resources (comma-separated). Available: 'photos', 'inventory_levels', 'tax_category', 'product_group'. Example: 'photos,product_group'
page_sizestringNumber of products per page (e.g., '10', '25', '50').
filter_namestringFilter products by name.
page_numberstringPagination page number to retrieve.
filter_taxablebooleanFilter products by taxable status.
filter_archivedbooleanFilter products by archived status.
filter_tag_liststringFilter products by tag.
filter_discountablebooleanFilter products by discountable status.
filter_product_group_idstringFilter products by product group ID (UUID).
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.