bundle_section_offer
The bundle_section_offer object.
Properties
| Property | Description |
|---|---|
bundle_section_offer.can_add_to_cart | true when this bundle section offer can add to cart. |
bundle_section_offer.can_add_to_cart? | Boolean predicate for can_add_to_cart on this bundle section offer. |
bundle_section_offer.choices | Buyer-visible choices value for this bundle section offer. |
bundle_section_offer.default_selection_inputs | Buyer-visible default_selection_inputs value for this bundle section offer. |
bundle_section_offer.id | Unique identifier. |
bundle_section_offer.max_units | Buyer-visible max_units value for this bundle section offer. |
bundle_section_offer.min_units | Buyer-visible min_units value for this bundle section offer. |
bundle_section_offer.name | Name. |
bundle_section_offer.requires_selection | true when this bundle section offer requires selection. |
bundle_section_offer.requires_selection? | Boolean predicate for requires_selection on this bundle section offer. |
bundle_section_offer.section_id | Identifier for the related section record, or nil/empty when unavailable. |
Property list is generated from the storefront engine (BundleSectionOfferDrop), so it always matches what your theme can use. Use {{ bundle_section_offer | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.