Distribution and Preview Links
shopify theme package creates a .zip archive validated for Theme Store submission. shopify theme share generates a shareable preview link for client review without publishing.
BASH
# Create submission zip
shopify theme package
# Output: my-theme-1.0.0.zip in project root
# Share preview link (expires)
shopify theme share --store your-store.myshopify.com
# Share a specific theme
shopify theme share --theme 123456789012- Run theme check — zero errors required for Theme Store
- Run theme package — CLI validates zip structure
- Submit zip via Partner Dashboard → Themes
- Use theme share for client approvals before publish
Note: Theme Store themes must include documentation, support contact, and meet accessibility and performance benchmarks beyond Theme Check.