Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created September 6, 2021 10:14
Show Gist options
  • Save liamgriffin/b76fe497461f27bd218368d147aede3a to your computer and use it in GitHub Desktop.
Save liamgriffin/b76fe497461f27bd218368d147aede3a to your computer and use it in GitHub Desktop.
How to Create Shopify Blocks | Product JSON template
{
"sections": {
"main": {
"type": "main-product",
"blocks": {
"title": {
"type": "title",
"settings": {
}
},
"price": {
"type": "price",
"settings": {
}
},
"vendor": {
"type": "vendor",
"settings": {
}
},
"description": {
"type": "description",
"settings": {
}
}
},
"block_order": [
"title",
"price",
"description",
"vendor"
],
"settings": {
}
}
},
"order": [
"main"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment