Tool to list price rulesets. Use when you need to retrieve price rulesets with optional filtering by archived status, name, or ID, and pagination support.
sortstringSort criteria. Prefix with - for descending. Example: name or -created_at
fieldsarrayComma-separated fields to return instead of defaults. Example: id,name
includestringComma-separated relationships to sideload. Available: price_rules
filter_idstringFilter by price ruleset ID (UUID). Supports eq, not_eq operators.
page_sizeintegerNumber of items per page.
filter_namestringFilter by name. Supports eq, not_eq, eql, not_eql, prefix, not_prefix, suffix, not_suffix, match, not_match operators.
page_numberintegerPage number to retrieve, must be >= 1.
filter_archivedbooleanFilter by archived status. True returns only archived rulesets, false returns non-archived.
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.