Currently I have: list events by category -> select an event and view its details
The next step should be to select a ticket group but I'm not sure where/how to get this info.
For example:
http://www.stubtv.com/ticketsell/core/index.php?apiMethod=showEvent&id=48&query=front
is the api result for a single showing of Lion King. I have figured out how to parse all the returned data, but I don't see anything being returned that refrences the different ticket options available (for example, you should be able to buy seats in the mezzanine, orchestra, floor, box, etc). There's definitely an api call for ticketOptions but I don't know what is supposed to tie that to any specific event.