Documentation / API / Operations on your Store

GET operation available on your store.

Store Operations

GET

URL

POST https://your-secured-store-url:443/api/v1/store/get

Request

Retrieve your store information

{
        'authentication' : {
            'apiKey' : 'jjns7519v1v3ns6xU162'
        }
    }

Response

If no error occured, you will receive a response like this one (object type: Store). Please refer to error messages to learn more about the possible error responses.

{
   "id": "11111111-2222-3333-3333-444444444444",
   "name": "mystore1.commerscale.com",
   "maintenance": "false",
   "enableaccountcreate": "false",
   "enableproductpurchase": "false",
   "enableproductreview": "false",
   "startingordernumber": "0",
   "enableguestcheckout": "false",
   "checkouttype": "",
   "inventoryupdatetrigger": "",
   "address": "123 street",
   "city": "Quebec",
   "countryid": "75b36fa9-4eb5-4a2f-8bd2-2baafd81cfe9",
   "countrycode": "CA",
   "countryname": "Canada",
   "stateid": "ea150089-6c9f-4c00-81f3-e64e67270fe9",
   "statecode": "QC",
   "statename": "Quebec",
   "postalcode": "G1G1G1",
   "phone": "4181234567",
   "haslogo": "false",
   "apikey": "jjns7519v1v3ns6xU162",
   "smtpdefault": "false",
   "smtpfrom": "[email protected]",
   "smtpserver": "smtp.server.com",
   "smtpport": "25",
   "smtpusername": "example",
   "robotstxt": "User-agent: *",
   "analyticstracking": "",
   "conversiontracking": "",
   "orderconfirmationtemplateid": "a23fab0a-5316-4350-be02-da9ff2d25b0b",
   "orderstatustemplateid": "c32a297c-f997-44d0-bce1-61bc2f602496",
   "newaccounttemplateid": "fe136980-bd2d-42e0-985f-77b7334836ef",
   "newordertemplateid": "ff961dd8-7d7a-43da-8eae-aadffacf8818",
   "newcustomertemplateid": "7983b604-75c4-40c7-896d-2b2a022353ad",
   "facebookurl": "http://mystore1.commerscale.com/images/facebook.png",
   "twitterurl": "http://mystore1.commerscale.com/images/twitter.png",
   "youtubeurl": "http://mystore1.commerscale.com/images/youtube.png",
   "thumblrurl": "http://mystore1.commerscale.com/images/thumblr.png",
   "pinteresturl": "http://mystore1.commerscale.com/images/pinterest.png",
   "autobill": "true",
   "trialexpireson": "2016-02-19 20:41:10",
   "lastbilledon": "2016-08-01 00:00:00",
   "createdon": "2016-01-31 11:52:50"
}