Product options (times) when tickets can be purchased for.
It's recommended that you display the option dates as a calendar, and once the customer has selected a date, show the times in a list using the date they selected.
Every non-voucher booking requires a valid_from
field which is provided by the date_time
value given in this response.
Field
Description
id
The option id which you can use to query tiers and see the pricing for that option.
time
The time value for the option, in the format HH:MM
.
limit
The available spaces left for this option.
available
Whether this option is available for the given tickets selections.
availability
A ratio indicating the overall availability for this option,0.00
is sold out, and 1.00
is fully available.
date_time
A ISO8601 value for the selected date and option time with time zone.
It's recommended that you display options with an availability < 0.5 as limited or selling out to encourage an immediate purchase.
Field | Description |
---|---|
id | The option id which you can use to query tiers and see the pricing for that option. |
time | The time value for the option, in the format HH:MM . |
float | A percentage ratio where 1.00 is fully available and 0.00 is completely sold out. |
limit | The available spaces left for this option. |
available | Whether this option is available for the given tickets selections. |
availability | A ratio indicating the overall availability for this option, 0.00 is sold out, and 1.00 is fully available. |
date_time | A ISO8601 value for the selected date and option time with time zone. |