# Get store refresh status Retrieves the refresh status of a given store Endpoint: GET /stores/getrefreshstatus Version: 1.0.0 Security: basicAuth ## Query parameters: - `storeId` (integer, required) Store whose status will be retrieved Example: 12345 ## Response 200 fields (application/json): - `storeId` (integer) Example: 12345 - `refreshDate` (string) - `status` (string) Example: "Success" ## Response 400 fields (application/json): - `message` (string) Example: "Invalid request parameters" ## Response 401 fields (application/json): - `message` (string) Example: "Invalid API credentials" ## Response 500 fields (application/json): - `message` (string) Example: "An internal error occurred"