public function register_routes( $routes ) {

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