Skip to content

vtex-apps/countries-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countries Data

Monorepo containing the configuration apps for each country. These apps configure the vtex.country-data-settings service app, which is currently being used to power Checkout's profile and shipping forms.

Adding a new country

To add a new country configuration app, use the script ./scripts/create-country-app.js. The syntax supported by this script is the following:

# here you can supply multiple countries if needed
./scripts/create-country-app.js [...country]

You must supply the country ISO-3 code in lowercase, which will be used to create the app name and the folder inside ./packages.

After running the script, you must then fill the configuration for that country inside ./packages/[country-code]/vtex.country-data-settings/configuration.json. You can take a look at how this was done for other countries and go from there.