Skip to content

Instantly share code, notes, and snippets.

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