HomeGuidesRecipesAPI ReferenceChangelog
GuidesAPI ReferenceCustomer Help CenterLog In

Installations

Whenever a seller account installs your plugin, an Installation is created. Each installation will contain the configuration details that your plugin needs to function for that specific seller account.

Typically, you would listen to the installation.create and installation.update webhooks to be notified of changes to an installation and take the appropriate action in immediately. However, for situations where webhooks don't work, you may directly access details of an installation via this endpoint.