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

Conditions & subscriptions

Some bundles use Kitenzo’s conditions engine — a visual rules graph that controls conditional free items (e.g. “add a free gift when the cart total exceeds $50”). Headless exposes a single boolean:

{ "conditionsEngineEnabled": true }
FieldTypeMeaning
conditionsEngineEnabledbooleanThe bundle has conditional free-item logic.

Bundles can support recurring subscriptions (disabled, optional, or required, depending on the merchant’s configuration). Subscription behavior surfaces through the configure response:

{
"configured_bundle_id": 9876,
"subscription_id": null
}
FieldTypeMeaning
subscription_idnumber | nullSet when a valid recurring subscription option was chosen at configure time; otherwise null.