Bundle
Storefront Bundle API endpoints
An API endpoint to get list of bundles with filtering options.
Query parameters
pageoptionalintegerPage number for pagination
per_pageoptionalintegerEntities per page
ids[]optionalinteger[]Filter by bundle IDs
tags[]optionalinteger[]Filter by tag name
slugs[]optionalstring[]Filter by bundle slugs
configurableoptionalbooleanFilter by configurable bundles
digitaloptionalbooleanFilter by digital bundles
sort[field]optionalstringField to sort by
Possible values: id, name.
sort[direction]optionalstringSort direction; defaults to asc.
Possible values: asc, desc.
Defaults to "asc".
Returnsobject
Bundles list response
A detailed description of the bundle
Path parameters
bundle_idRequiredintegerBundle ID
ReturnsBundle
Bundle object response
An api call to calculate bundle price.
Path parameters
bundle_idRequiredintegerRequest body
product_idoptionalintegerVariant or Pricing ID attached to the ruleset
quantityoptionalintegeritemsoptionalQuoteBundleItemBody[]preferencesoptionalQuoteBundlePreferenceBody[]ReturnsBundleQuote
Bundle quote response
An API endpoint to get list of bundle group items.
Path parameters
bundleRequiredintegerBundle ID
Query parameters
pageoptionalintegerPage
per_pageoptionalintegerEntities per page
expandoptionalstring[]Expand related resources
Returnsobject
Bundle group items list response
An API endpoint to get list of bundle items.
Path parameters
bundle_idRequiredintegerBundle ID
Query parameters
pageoptionalintegerPage
per_pageoptionalintegerEntities per page
queryoptionalstring | nullSearch entities by the query
product_ids[]optionalinteger[]DeprecatedProduct IDs (deprecated - use variant_ids instead)
variant_ids[]optionalinteger[]Filter by variant IDs
filters[]optionalobjectFilter object
Returnsobject
Bundle items list response
An API endpoint to get the list of bundle items associated with multiple bundles.
Query parameters
bundle_ids[]Requiredinteger[]Bundle IDs
pageoptionalintegerPage
per_pageoptionalintegerEntities per page
queryoptionalstring | nullSearch entities by the query
product_ids[]optionalinteger[]Product IDs
filters[]optionalobjectFilter object
Returnsobject
Bundle items list response