Import, Export, And Upgrades
Liquid themes are source packages. Import and export move the editable package, not a compiled app bundle.Export
Export downloads the current theme source package as a ZIP. It includes:layout/sections/snippets/assets/schema.jsonsettings.jsontheme-package.json
Import Or Source Replacement
Import uploads a full source snapshot and validates it. API:Validation
Validation checks:- manifest shape
- declared files
- Liquid syntax
- safe tags and filters
- static partial references
- unsafe markup
- package limits
- optional typecheck for surrounding generated/config files
Upgrades
An upgrade compares a merchant-customized Liquid package with a newer upstream package. The safe model is:- export or pull current source
- apply upstream changes in a branch or local folder
- resolve conflicts intentionally
- push as draft
- validate
- preview
- publish
Not Included
Liquid source export is not:- a full private backend artifact path
- a direct storage dump
- a checkout or payment export
Next Steps
Package Format
Required Liquid source package shape.
Build & Publish
How source becomes a live server-Liquid artifact.