Retrieve a paginated list of items within a specific product.
This endpoint returns items from a product, with support for pagination and filtering. Items are returned in a hierarchical structure, where each item can have a parent item.
Enter your API key. Example: Bearer poelis_api_...
The unique identifier (UUID) of the product to list items from
If true, includes soft-deleted items in the response. Defaults to false.
Maximum number of items to return per page. Must be between 1 and 200.
1 <= x <= 200Number of items to skip from the beginning of the result set. Used for pagination.
x >= 0