Skip to main content
Version: 3.x

Updating apps

During the installation, Saleor will register the app based on its manifest. Besides some basic information, the manifest also includes a list of permissions and a subscription webhook payload that the app needs to work.

If those fields change after the app installation, you must update the app in Saleor API, as well as adjust the app's code to handle the new permissions and webhook payloads.

Updating webhooks​

info

The process of updating the webhooks is described in the How to update app webhooks guide.


Was this page helpful?