Skip to content

Instantly share code, notes, and snippets.

@Zaglov
Last active January 22, 2018 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zaglov/df102b6e0b0642fc5b783b314423938f to your computer and use it in GitHub Desktop.
Save Zaglov/df102b6e0b0642fc5b783b314423938f to your computer and use it in GitHub Desktop.
ERP - Product Category Example Data
{
"data": [
{
"label": "Level 1 Category",
"slug": "level-one",
"parent": 0,
"description": "Category Description"
},
{
"label": "Level 2 Category",
"slug": "level-two",
"parent": "level-one",
"description": "Category Description"
}
],
"shop": "demo-shop"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment