public function register_routes( $routes ) {

        # GET /reports
        $routes[ $this->base ] = array(
            array( array( $this, 'get_reports' ),     WC_API_Server::READABLE ),