List simplified business bundles
Requires the bundle:list scope. Retrieves a paginated list of bundles with optional filtering. The data is sorted by id in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25. This endpoint returns a simplified version of the bundle data, including only essential fields and active bundle price options.
Otorisasi
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameter Query
If provided, includes is_owned_by_store field in the bundle price options to indicate if the option is already included in the specified store.
Number of items per page (default: 25, max: 25)
x <= 2525
Opaque cursor for the next page.
Opaque cursor for the previous page.
Search term to filter bundles by name (case-insensitive, partial match)
Filter bundles by their sharing status
Filter bundles that have price options available in the specified store ID
Filter bundles that are associated with the specified label
Respons
Bundles list (simplified)

