Skip to content

bundle_rule_offer

The bundle_rule_offer object.

Properties

PropertyDescription
bundle_rule_offer.amount_off_centsCurrency amount for amount off cents, in the store currency’s minor unit unless the object reference states otherwise.
bundle_rule_offer.bundle_idIdentifier for the related bundle record, or nil/empty when unavailable.
bundle_rule_offer.can_add_to_carttrue when this bundle rule offer can add to cart.
bundle_rule_offer.can_add_to_cart?Boolean predicate for can_add_to_cart on this bundle rule offer.
bundle_rule_offer.cart_item_inputBuyer-visible cart_item_input value for this bundle rule offer.
bundle_rule_offer.compare_at_centsCurrency amount for compare at cents, in the store currency’s minor unit unless the object reference states otherwise.
bundle_rule_offer.default_selection_inputsBuyer-visible default_selection_inputs value for this bundle rule offer.
bundle_rule_offer.discount_labelBuyer-visible discount label.
bundle_rule_offer.fixed_price_centsCurrency amount for fixed price cents, in the store currency’s minor unit unless the object reference states otherwise.
bundle_rule_offer.has_discounttrue when this bundle rule offer has discount.
bundle_rule_offer.has_discount?Boolean predicate for has_discount on this bundle rule offer.
bundle_rule_offer.idUnique identifier.
bundle_rule_offer.max_unitsBuyer-visible max_units value for this bundle rule offer.
bundle_rule_offer.min_unitsBuyer-visible min_units value for this bundle rule offer.
bundle_rule_offer.nameName.
bundle_rule_offer.percent_offBuyer-visible percent_off value for this bundle rule offer.
bundle_rule_offer.percent_off_100xBuyer-visible percent_off_100x value for this bundle rule offer.
bundle_rule_offer.pricing_modelBuyer-visible pricing_model value for this bundle rule offer.
bundle_rule_offer.requires_selectiontrue when this bundle rule offer requires selection.
bundle_rule_offer.requires_selection?Boolean predicate for requires_selection on this bundle rule offer.
bundle_rule_offer.sectionsBuyer-visible sections value for this bundle rule offer.
bundle_rule_offer.typePublic type or resource-kind identifier.

Property list is generated from the storefront engine (BundleRuleOfferDrop), so it always matches what your theme can use. Use {{ bundle_rule_offer | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.