public function register_routes( $routes ) {

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