Skip to content
Kitenzo Headless is currently invite-only. To enable it on your store, email support@kitenzo.com.

Data you can pull

This section is the definitive list of everything a headless consumer can read from a Kitenzo bundle, and the rules and capabilities behind each field. If you’re deciding what’s possible headlessly, start here.

Bundle types

single-product, multiple-products, native — what each means and how it maps to Shopify.

Bundle types →

Sections, products & variants

Section structure, allowed variants, live pricing, SKU, availability and inventory.

Products →

Discounts

Flat and tiered discounts, types, thresholds, operators and minimums.

Discounts →

Limit rules

All six rule types that constrain a valid bundle.

Limit rules →

DataEndpointSDK
Bundle listGET /bundleslistBundles() / useBundles()
Sections, discount, rules, required productsGET /bundles/:idgetBundle() / useBundle()
Products, variants, pricing, inventoryGET /bundles/:id/productsmerged into getBundle()
Validated configuration + cart dataPOST /bundles/:id/configuresubmitBundle() / useBundleCart()
Price for a selectionPOST /bundles/:id/pricecalculatePrice() / useBundlePrice() (local)
Shop currency & money formatGET /settingsgetSettings() / useSettings()