I’ve checked a few client stores and the option to customize the theme for each Market is missing from the theme customizer. Their Market settings are all correct but there’s no option to do this, even if I click from the Markets page to say make a customisation it just loads the default theme customizer with no option to change Market. Is this a permanent change or a bug?
I believe this is down to permissions errors as the new markets was rolled out.
Ah ok, so they need to update my user permissions for me to see that?
Luke is right - the user you are logged in as on these client shops could be missing proper permissions. Markets permissions toggle this behavior (View, Create and edit, and Delete). If your user is assigned to View Markets, the dropdown should appear, but the shop itself would also need to be entitled to market theme customizations. Adding Create and edit and Delete permissions for Markets will give the ability to modify these customizations as well.
If the shop is not entitled to market theme customizations, this dropdown will not appear regardless of permission state. To check this, you can use the following GraphQL query:
query entitlements {
shop {
entitlements {
markets {
themes { enabled }
}
}
}
}
