bundle
Retrieve detailed information about a specific product bundle.
Returns comprehensive bundle data including items, pricing, tax calculations, and configuration. Used for bundle display, pricing calculations, and order processing.
Possible errors:
- BUNDLE_NOT_FOUND_ERROR: Bundle with the specified ID does not exist
bundle(
id: String!
taxZone: String = "NL"
): Bundle!
Arguments
bundle.id
● String!
non-null scalar
Unique identifier of the bundle to retrieve.
Must be a valid UUID format representing an existing bundle in the system.
bundle.taxZone
● String
scalar
Tax zone for pricing calculations.
Geographic tax zone code used to calculate accurate bundle pricing including applicable taxes. Defaults to 'NL' if not specified.
Type
Bundle
object
Product bundle entity representing a collection of products sold together.
Contains bundle configuration, pricing information, and associated product items with comprehensive metadata for bundle management and sales operations.