Using this endpoint over GetSeatAvailabilityForShowtime enables order-specific seat availability information and the pre-blocking of social distance seats.
This endpoint cannot be used for orders that do not support ticket selection.
Success
Requested order does not support ticket selection
Order or showtime does not exist.
{- "seatAvailabilities": [
- {
- "seatId": "string",
- "status": "Available"
}
], - "isSoldOut": true
}