Hi experts,
could you give me an advice for multi-country architecture?
We have 10+ countries to provide product information.
There are some attributes, including classification attributes, which have different value per country.
Most of the attributes are maintained by master country and other countries adds/modifies thier specific data.
For now, I've reached to following options:
Prepare languages represent the countries, that fallbacks to master-language, and store country-specific data as localized values.
Create one catalog per country and sync from master country and add/modify country-specific data on their catalog.
My question is:
What will be the difference between these designs?
Are there pros and cons comparing the two?
or, are there options even better?
I've read following post about multi-catalog approach but want to understand the advantage/disadvantage to multi-language apprach. https://answers.sap.com/questions/12753380/multi-country-catalogs-best-approach.html
Thanks in advance!