/**
 * Retrieve a product.
 * 
 * @param mixed $the_product
 * @param array $args
 * @return WC_Product or null
 */
function groups_ws_get_product($the_product = false, $args = array())
{
    return Groups_WS_Helper::get_product($the_product, $args);
}