Theme and platform updates without breakage
Shopify rolls out platform updates several times per year.
Typical update categories:
- Online Store 2.0 extensions
- Checkout Extensibility migrations
- New section types
- API version bumps (Shopify deprecates old API versions yearly)
If ignored, the shop runs stable for two years — and breaks on a Tuesday morning because an app fell back to a newer API.
Our approach:
- Test on a theme branch or in a development store first
- Document side effects
- Only then roll out to production
- Theme settings, translations and metaobjects versioned in git — no "the intern accidentally deleted the header section"

