Tool to retrieve a list of bundle items. Use when you need to see which products are included in bundles, with their quantities and discounts.
sortstringSort order using field names. Prefix with '-' for descending order. Example: 'position' or '-created_at'
fieldsarraySpecify which fields to include instead of defaults. Example: ['id', 'bundle_id', 'quantity']
includestringLoad related resources (comma-separated). Available: bundle, product
filter_idstringFilter by specific bundle item ID (UUID format).
page_sizeintegerNumber of items per page (e.g., 10, 25, 50).
page_numberintegerPagination page number to retrieve, must be >= 1.
filter_positionintegerFilter bundle items by position in the bundle.
filter_quantityintegerFilter bundle items by quantity.
filter_bundle_idstringFilter bundle items by bundle ID (UUID format).
filter_product_idstringFilter bundle items by product ID (UUID format).
filter_discount_percentagenumberFilter bundle items by discount percentage.
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.