public function delete_items_permissions_check( $request ) {
        if ( ! wc_shipping_enabled() ) {
            return new WP_Error( 'rest_no_route', __( 'Shipping is disabled.', 'woocommerce' ), array( 'status' => 404 ) );
        }