Combo Item Object


comboTemplateId
The combo template ID associated with this combo item.
Example:
1523c6e039374c7bb4a0851e
comboTemplateName

The name of the combo template.

Example:
Admissions + Behind-the-Scenes Tour
comboTemplateType
Either fixedPrice or discount depending on the type combo template.
Example:
fixedPrice
events[ ]
A list of events in this combo.
events[x].eventTemplateId
The ID of the event template for this event.
Example:
f67c85f3692145f090f5966a
events[x].eventId
The ID of the event.
Example:
9f7bebdfa854421dbd0ff708
events[x].eventName
The name of the event.
Example:
General Admission
events[x].eventStartTime
The start time of the event.
Example:
2023-03-29T09:00:00-07:00
tickets[ ]
The list of tickets for this combo item.
tickets[x].eventTemplateId
The event template associated with this ticket.
Example:
f67c85f3692145f090f5966a
tickets[x].ticketTypeId
The ID for the type of ticket.   
Example:
6130fea5bf4aec4ef5db0dc5
tickets[x].name
The name on the ticket
Example:
Adult
tickets[x].description
A description of what the ticket is for.
Example:
18 and older
tickets[x].price
The retail price of the ticket.
Example:
15.00
tickets[x].discountedPrice
The price after discounts for resellers are applied to the retail price.
Example:
0.00
tickets[x].quantity
The number of tickets.
Example:
2
tickets[x].subTotal
The subtotal of the retail price of the tickets for the purchased quantity
Example:
30.00
tickets[x].discountedSubTotal
The subtotal of the discounted price of the tickets for the purchased quantity
Example:
0.00
addOns[ ] 

The list of add ons in this combo item.

addOns[x].addOnId
The ID of the add-on .
Example:

4520

addOns[x].name
The name of the add on.
Example:
Audio Guide Rental
addOns[x].quantity
The number of items of this add on in the shopping cart.
Example:
1
addOns[x].unitPrice
The price of these items.
Example:
5.00
addOns[x].priceSplit
Either 'each' or 'total'. If each then the price will be quantity * unitPrice, if total the price will be unitPrice.
Example:
each