Tool to retrieve a list of stock item plannings. Use when you need to list stock item plannings with filtering and pagination.
metastringInclude metadata like total count. Use 'total_count' to include count.
sortstringSort criteria using format attribute1,-attribute2. Prefix with '-' for descending order.
fieldsarrayComma-separated fields to return in the response.
includestringComma-separated list of related resources to sideload (e.g., 'stock_item,planning').
filter_idstringFilter by id with operators: eq, not_eq. Format: operator:value.
page_sizeintegerNumber of stock item plannings per page.
page_numberintegerPage number to retrieve, must be >= 1.
filter_archivedbooleanFilter by archived status (true or false).
filter_created_atstringFilter by created_at with operators: eq, not_eq, gt, gte, lt, lte. Format: operator:value (e.g., 'gte:2024-01-01').
filter_planning_idstringFilter by planning_id with operators: eq, not_eq. Format: operator:value.
filter_stock_item_idstringFilter by stock_item_id with operators: eq, not_eq. Format: operator:value.
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.