How do you programatically add a booking item to the cart?

This is the correct method

    WC()->cart->add_to_cart($id);