Extension Instance

  1. When extension is deployed, if seller install the extension will each seller has individual extension instance or its common instance for all seller?
  2. If extension instance is common, do we have to create common webhook logic for all the seller ?

Hi @Girish_B

When a seller installs the extension, individual extension instance is created for that specific seller or company. You have to pass webhook config to setupFdk function . When the extension installed webhook config data is used to create webhook subscriber on Fynd Platform for that company. You have to create common webhook logic for all the sxtension instance.

setupFdk is called when a seller installs the extension, and it uses the provided webhookConfig to dynamically set up webhook subscriptions.