Last active
July 25, 2016 19:24
-
-
Save pinglamb/93a72c74ff61de8ed99e2511857eab98 to your computer and use it in GitHub Desktop.
Revisions
-
pinglamb revised this gist
Jul 25, 2016 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,19 +2,17 @@ "import_token": "4hSPTrQia5GqfmKm442Rzy7c", "data": [ { "sku": "P300-1", "name": "T-Shirt", "category": "Fashion", "price": 399, "stock": 24 }, { "sku": "P300-2", "name": "Sport Shoes", "category": "Sports", "price": 499, "stock": 33 }, ] -
pinglamb created this gist
Jul 25, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ { "import_token": "4hSPTrQia5GqfmKm442Rzy7c", "data": [ { "sku": "P300-1" "name": "T-Shirt", "category": "Fashion", "price": 399, "cost": 99, "stock": 24 }, { "sku": "P300-2" "name": "Sport Shoes", "category": "Sports", "price": 499, "cost": 149, "stock": 33 }, ] }