How can I set up multiple markets for the same country on Shopify 2.0?

In Shopify 2.0 you can use the Country select to create multiple json templates. To the best of my understanding, these templates are only available to the Shopify Markets you have set up in your store.

I have a use case where a client wants to have two stores/front ends in the same region but on one single Shopify store. One front end using their TLD and one on a sub domain ie.

shop.com
boutique.shop.com

Each domain would have unique content/sections via json templates.

Is there a way to create multiple markets for the same country, or another way to utilize the marekts mutli-template json to meet this use case?

Otherwise the only way I can see meeting this requirement would be to create 2x copies of every portion of a theme, and add a whole lot of {% if request_host.host = ‘boutique.shop.com’ %} logic which in that case it’s probably just easier for them to create two seperate stores.

Thanks!

I don’t think this is possible (without extensive/tedious amount of coding edits to the theme).

They’re best off creating two separate stores, or consolidating the content into a single store.