public function getDomainHash($domain, AccessTokenStruct
$token) { $postData =
['domain' =>
$domain];
try { return $this->storeClient->
doAuthPostRequest($token, '/domainhashes',
$postData);
} catch (StoreException
$se) { throw $this->
translateExceptionMessage($se);
} } /**
* Requests the validation of the current installation's domain
*
* @param string $domain
* @param string $shopwareVersion Current Shopware version
*
* @throws Exception
*
* @return array Result of the validation operation (empty if successful)
*/