register_rest_route( $this->namespace, '/' . $this->rest_base . '/batch', array(
            'args' => array(
                'attribute_id' => array(
                    'description' => __( 'Unique identifier for the attribute of the terms.', 'woocommerce' ),
                    'type'        => 'integer',