When I use the Object Spy tool, the object names are exactly the same. The only difference is the URL.
NameMapping.Sys.browser.Page("https://www.amazon.com/").Panel("a_page").Header("navbar_main").Panel("navbar").Panel("nav_main").Panel(1).Panel("nav_xshop_container").Panel("nav_xshop").Link(0)
NameMapping.Sys.browser.Page("https://www.amazon.com.mx/").Panel("a_page").Header("navbar_main").Panel("navbar").Panel("nav_main").Panel(1).Panel("nav_xshop_container").Panel("nav_xshop").Link(0)
You can use wildcard as mentioned in my response on the 29-05-2023, and you need to ensure your name mappings are correctly defined, and that you are using appropriate properties to identify each of the controls.