PrestaShop\PrestaShop\Core\Domain\Webservice\Command\AddWebserviceKeyCommand
Adds new webservice key which is used to access PrestaShop's API
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Webservice\CommandHandler\AddWebserviceKeyHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\Webservice\ValueObject\WebserviceKeyId |
PrestaShop\PrestaShop\Core\Domain\Webservice\Command\EditWebserviceKeyCommand
Edits webservice key data
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Webservice\CommandHandler\EditWebserviceKeyHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Webservice\Query\GetWebserviceKeyForEditing
Get webservice key data for editing
| Query details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Webservice\QueryHandler\GetWebserviceKeyForEditingHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\Webservice\QueryResult\EditableWebserviceKey |