Updated zip code list for Venezuela.#685
Open
kaio-donadelli wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
|
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
iagolaguna
approved these changes
Apr 30, 2026
Contributor
|
We just tested these changes, focusing on returning shoppers.
cc @iagolaguna |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of this pull request?
To update the zip code list for Venezuela. We ignored restrictions we previously had when updating country files so we can test if zip code removal and other major changes have any negative impact on the platform.
Please note Venezuela uses 4 subdivisions to assign zip codes (state -> municipality -> parish -> neighborhood), so municipality and parish were combined in the
cityfield.What problem is this solving?
Merchants were having issues with missing zip codes from the outdated list.
How should this be manually tested?
These zip codes were present in the old list, but no longer appear in the new list (due to the more granular nature of the new list):
2043, 2045, 2046, 2049, 2210, 2211, 2215, 2217, 2218, 2219, 2220, 2221, 2329, 2331, 2336, 2337, 2339, 2341, 2342, 2343, 2344, 2345, 2346, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 3117, 3120, 3121, 3300, 5016, 5018, 6004, 6006, 6010, 6011, 6012, 6013, 6015, 6017, 6018, 6019, 6021, 6200, 6202, 6203, 6204, 6300, 6306, 6313, 6500, 6501, 6502, 6503.
You can use them for testing if the update breaks the purchase flow from those locations.
Types of changes