30 $path = $this->connection->getServer()->getBasePath() . VendorSyncService::generateUuid();
31 $data = $this->getApiService()->createSection($path, $section);
33 if ($this->getApiService()->
getError())
35 $this->processConnectionError($this->connection, $this->getApiService()->
getError());
41 'id' => $data[
'XML_ID'],
42 'version' => $data[
'MODIFICATION_LABEL']
47 $result->addError(
new Error(
'Error while trying to save section'));