enable-shopify-markets
Installation
SKILL.md
Enable Shopify Markets
Add multi-region commerce to the Vercel Shop template. A validated regional locale such as en-US, en-CA, or fr-CA is the complete market context: its language scopes translated content and its region scopes Shopify's country context. Do not create a separate market key, market-to-locale map, currency map, or /market/locale route.
Examples of valid public routing:
- Locale sub-path:
/fr-CA/products/shoe - Invisible cookie routing:
/products/shoefor every locale - Per-domain:
example.ca/fr-CA/products/shoeor a single locale onexample.fr/products/shoe
Never generate redundant paths such as /ca/fr-CA/products/shoe.
Before editing
Read the current versions of: