Skip to content

Instantly share code, notes, and snippets.

@milosh012
Created April 5, 2012 14:36
Show Gist options
  • Save milosh012/2311525 to your computer and use it in GitHub Desktop.
Save milosh012/2311525 to your computer and use it in GitHub Desktop.
GET /my/stores/platforms
[{"platform":"magento","stores":{"storeId":95,"platform":"magento","isActive":true,"checkboxLabel":"Milan"}}]
[{
plaftfom: 'magento',
stores: [
{
"storeId":95,
"platform":"magento",
"isActive":true,
"checkboxLabel":"Milan"
}
]
},{
plaftfom: 'drupal',
stores: [
{
'storeId': 143,
'storeName': 'Drupal Store',
'active' : false
}
]
}]
GET /my/stores/api/stores/123/orders
[
{
"orderNo":"74",
"storeName":"Drupalll",
"storeId":104,
"itemsCount":2,
"name":"sdfdsf, Test product 1 & Testing & ' ov'de \"\" ''",
"date":"2012\/03\/30",
"value":520000,
"currencySymbol":"US$",
"paid":false,
"locked":false,
"canPartiallyShip":false,
"canChangeQty":false,
"buyer":{
"buyerId":"dfdaf863d4bc6b410b737fcdecc09552dfc25b83",
"firstName":"Stewart",
"lastName":"D",
"address":{
"line1":"12 street street",
"line2":"",
"postalCode":"2000",
"city":"Sydney",
"country":"AU",
"state":"NSW"
},
"telephone":"02999 9999",
"email":"[email protected]"
},
"items":[
{
"id":"100",
"name":"sdfdsf",
"quantity":"2",
"currency":"USD",
"currencySymbol":"US$",
"priceValue":10000,
"totalPriceValue":20000,
"date":"2012\/03\/30",
"paid":false,
"orderNo":"74",
"additionalInfo":null,
"guid":"cthp8doymxsqj48ijr8jw7gauhoddzft",
"package":1,
"packageDetails":null
},
{
"id":"101",
"name":"Test product 1 & Testing & ' ov'de \"\" ''",
"quantity":"1",
"currency":"USD",
"currencySymbol":"US$",
"priceValue":500000,
"totalPriceValue":500000,
"date":"2012\/03\/30",
"paid":false,
"orderNo":"74",
"additionalInfo":null,
"guid":"746g5zdfkkkuyxxryms11g79ru9uoo7c",
"package":1,
"packageDetails":null
}
]
},
{
"orderNo":"77",
"storeName":"Drupalll",
"storeId":104,
"itemsCount":2,
"name":"sdfdsf, Test product 1 & Testing & ' ov'de \"\" ''",
"date":"2012\/04\/26",
"value":510000,
"currencySymbol":"US$",
"paid":false,
"locked":false,
"canPartiallyShip":false,
"canChangeQty":false,
"buyer":{
"buyerId":"5fa018f4c03c19d5d4556aca90a48b1009535505",
"firstName":"ShippingEasy",
"lastName":"Test",
"address":{
"line1":"456 bedford drive",
"line2":"",
"postalCode":"10001",
"city":"New York",
"country":"US",
"state":"AK"
},
"telephone":"(212) 216-2000",
"email":"[email protected]"
},
"items":[
{
"id":"108",
"name":"sdfdsf",
"quantity":"1",
"currency":"USD",
"currencySymbol":"US$",
"priceValue":10000,
"totalPriceValue":10000,
"date":"2012\/04\/26",
"paid":false,
"orderNo":"77",
"additionalInfo":null,
"guid":"shmj9wiodb1h53p3xis33np4otrrsy3a",
"package":1,
"packageDetails":null
},
{
"id":"109",
"name":"Test product 1 & Testing & ' ov'de \"\" ''",
"quantity":"1",
"currency":"USD",
"currencySymbol":"US$",
"priceValue":500000,
"totalPriceValue":500000,
"date":"2012\/04\/26",
"paid":false,
"orderNo":"77",
"additionalInfo":null,
"guid":"bdum4x4us5qg8f5wp44i7fchy165ctju",
"package":1,
"packageDetails":null
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment