Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page
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 |