v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBBusiness Bundles
List 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.
get/v3/bundles
Query parameters
page_sizeinteger
Example:25
Number of items per page (default: 25, max: 25)
next_cursorstring
Opaque cursor for the next page.
previous_cursorstring
Opaque cursor for the previous page.
searchstring
Search term to filter bundles by name (case-insensitive, partial match)
is_bundle_sharingboolean
Filter bundles by their sharing status
store_idinteger
Filter bundles that have price options available in the specified store ID
labelstring
Filter bundles that are associated with the specified label
Response
Bundles list
Example response
{
"is_paginated": true,
"page_size": 25
}