curl --request GET \
--url https://api.myscalev.com/v3/bundles/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}Requires the bundle:list machine scope. Retrieves the total count of bundles for the authenticated business. This endpoint does not support any filtering or pagination.
curl --request GET \
--url https://api.myscalev.com/v3/bundles/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of items per page (default: 25, max: 25)
x <= 2525
Last order ID for cursor-based pagination
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
Bundles count
Total number of bundles