Get Store Refresh status

Retrieves the refresh status of a given store.

Name Data Type Description
storeId number Specifies the store whose status will be retrieved.

Required

Example Request

GET /stores/getrefreshstatus?storeId=storeId HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__

Example Response

{
  "storeId": 12345,
  "refreshStatusId": 2,
  "refreshStatus": "Updating orders",
  "lastRefreshAttempt": "8-13-2014",
  "refreshDate": "8-13-2014"
}