Skip to content

Instantly share code, notes, and snippets.

@zagarskas
Created September 16, 2022 21:08
Show Gist options
  • Save zagarskas/4048f84429c34a0aa00c85bd5078f010 to your computer and use it in GitHub Desktop.
Save zagarskas/4048f84429c34a0aa00c85bd5078f010 to your computer and use it in GitHub Desktop.
Shopify JSON hotspots
{
"blocks": [
{
"settings": {
"product": "some-thing",
"product_id": 1234567890,
"x_axis_id": 10,
"y_axis_id": 65
}
}, {
"settings": {
"product": "some-thing",
"product_id": 1234567890,
"x_axis_id": 61,
"y_axis_id": 61
}
}, {
"settings": {
"product": "some-thing",
"product_id": 1234567890,
"x_axis_id": 30,
"y_axis_id": 36
}
}, {
"settings": {
"product": "some-thing",
"product_id": 1234567890,
"x_axis_id": 85,
"y_axis_id": 34
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment