When integrating the Arena component into your site, you can choose as part of the configuration options whether to use the built in basket. If you have selected false as the option for showBasket, then the customer won't be able to select the send method or reserve the selected seats as the options for these are part of the basket.In order to proceed to obtain a reservation for the tickets when the basket is not shown, we have added convenience methods for selecting the send method and a method to call when you wish to reserve the selection and obtain a trolley token.The send method needs to be passed in the creation object as the sendCode (see Website Integration).If the send method has been selected and seats have been selected - either by the customer or also passed in the creation object as selectedSeats - then you will be able to run the reserveSeats() method.