$postData =
[ 'shopwareId' =>
$shopwareId,
'email' =>
$email,
'password' =>
$password,
'localeId' =>
$localeId,
];
try { return $this->storeClient->
doPostRequest('/users',
$postData);
} catch (StoreException
$se) { throw $this->
translateExceptionMessage($se);
} } /**
* Gets a list of locales supported by the SBP
*
* @throws Exception
*
* @return LocaleStruct[] array of locale details
*/
public function getLocales() {