Skip to content

Instantly share code, notes, and snippets.

@cbarley10
Last active September 27, 2022 16:37
Show Gist options
  • Save cbarley10/54981ae02378b73be07290eaea5965cb to your computer and use it in GitHub Desktop.
Save cbarley10/54981ae02378b73be07290eaea5965cb to your computer and use it in GitHub Desktop.
Custom Catalog Example with Store Categories
[
{
"id":"product1-man-stmarys",
"title":"Product1 Vape",
"link":"websitelinkhere",
"description":"product1 description",
"price":10,
"image_link":"imagelinkhere",
"categories":["vapes","manitoba","stmarys_street"],
"inventory_quantity":0,
"inventory_policy":1
},
{
"id":"product1-man-portage",
"title":"Product1 Vape",
"link":"websitelinkhere",
"description":"product1 description",
"price":10,
"image_link":"imagelinkhere",
"categories":["vapes","manitoba","portage_ave"],
"inventory_quantity":30,
"inventory_policy":1
},
{
"id":"product1-man-leila",
"title":"Product1 Vape",
"link":"websitelinkhere",
"description":"product1 description",
"price":10,
"image_link":"imagelinkhere",
"categories":["vapes","manitoba","leila_ave"],
"inventory_quantity":100,
"inventory_policy":1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment