Created
September 23, 2015 09:00
-
-
Save marvinosswald/5f59c3abdedbedb18f18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Json only for representation*/ | |
"catalog/category":{ | |
"Id" : 1890, | |
"StoreId": 0, | |
"Path" : 0, | |
"Name": "TestKategorie", | |
"AvailableSortBy": "price", | |
"DefaultSortBy": "price", | |
"IsAnchor": "price", | |
"IncludeInMenu": 1, | |
"IsActive" : 1 | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment