Tool to retrieve a paginated list of lines from orders. Use when you need to list line items, with support for filtering by order, product, or other attributes.
sortstringSort results by attributes. Prefix with '-' for descending order (e.g., '-created_at').
fieldsarraySpecify which fields to include instead of defaults.
includestringSideload related resources (comma-separated). Supported: order, product, tax_category.
filter_idstringFilter lines by ID.
page_sizeintegerNumber of items per page for pagination.
page_numberintegerPage number for pagination. Must be >= 1.
filter_titlestringFilter lines by title.
filter_taxablebooleanFilter lines by taxable status.
filter_archivedbooleanFilter lines by archived status.
filter_order_idstringFilter lines by order ID.
filter_quantityintegerFilter lines by quantity.
filter_created_atstringFilter lines by creation date. Use ISO 8601 format or comparison operators.
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.