diff --git a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
index edbe59e5ff111dda19fe5f9aa6ede7b2f1b855d8..2fcb1aa0e363166b4b39e7cb4296a165b02ab123 100644
--- a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
+++ b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
@@ -127,6 +127,7 @@ class ContextPlugin
             return $proceed($request);
         } else if ($countryId && !$regionId) {
             // country exist and region does not exist
+            $regionId = 0;
             $exist = $this->weeeTax->isWeeeInLocation(
                 $countryId,
                 $regionId,