public function getLocales() { try { $responseBody =
$this->storeClient->
doGetRequest('/locales'
);
} catch (StoreException
$se) { throw $this->
translateExceptionMessage($se);
} return $this->hydrator->
hydrateLocales($responseBody);
} /**
* Get the list of shops (and details) associated to the given user
*
* @throws Exception
*
* @return array Array of shop details
*/
public function getShops(AccessTokenStruct
$token) {