Skip to content

Instantly share code, notes, and snippets.

@pinglamb
Last active July 25, 2016 19:24
Show Gist options
  • Select an option

  • Save pinglamb/93a72c74ff61de8ed99e2511857eab98 to your computer and use it in GitHub Desktop.

Select an option

Save pinglamb/93a72c74ff61de8ed99e2511857eab98 to your computer and use it in GitHub Desktop.

Revisions

  1. pinglamb revised this gist Jul 25, 2016. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions data.json
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,17 @@
    "import_token": "4hSPTrQia5GqfmKm442Rzy7c",
    "data": [
    {
    "sku": "P300-1"
    "sku": "P300-1",
    "name": "T-Shirt",
    "category": "Fashion",
    "price": 399,
    "cost": 99,
    "stock": 24
    },
    {
    "sku": "P300-2"
    "sku": "P300-2",
    "name": "Sport Shoes",
    "category": "Sports",
    "price": 499,
    "cost": 149,
    "stock": 33
    },
    ]
  2. pinglamb created this gist Jul 25, 2016.
    21 changes: 21 additions & 0 deletions data.json
    Original 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
    },
    ]
    }