Component: COMBO
Abstract
Combo settings allow creating product as combo VS conventional product aka non-combo.
Values for this component can be set via ExperienceComponentsDto.combo which is of ExperienceComboSettingsDto type.
Note: enabling combo unlocks ExperienceStartTimeDto.comboStartTimeMappings.
Attributes of ExperienceComboSettingsDto
Attribute JSON path | Data type | Mandatory | Settable | Notes |
isCombo | boolean | ✓ | ✓ | If true, this means this product is a combo product.
If false, this means this a conventional product. |
ticketPerComboComponent | boolean | Mandatory if isCombo == true | ✓ | If true, customer gets tickets for each combo part as well as a ticket for the combo itself.
If false, ticket will only be sent for combo parent. |
ticketComboComponents | Array of long | Mandatory if ticketPerComboComponent== true | ✓ | This specifies IDs of combo parts (experience product IDs) for which tickets should be sent. |
Did this answer your question?
😞
😐
🤩