Extension Config


The JSON object below defines the configuration for this service plugin extension. How you supply values depends on the framework you’re using:

  • Self-hosted apps: After adding a service plugin extension to your app in the app dashboard, provide configuration details in your extension's page. Learn more about how to add and configure a self-hosted service plugin extension with REST or the SDK.
  • CLI apps: When you add a service plugin extension to your app with the Wix CLI, the required configuration details are populated automatically. You can then customize them in your extension's plugin.json file.
Note

If you created your service plugin extension with the CLI, required fields are automatically populated for you.

Configuration Params
deploymentUriDeploymentUri

Base URI of the service plugin implementation. Since no endpoint is calling this path, it may be left blank.


defaultTaxGroupstringmaxLength 100

Name of the default tax group for this app. All products retrieved from this app will be categorized, by default, with this group name. The id for this tax group is the app's ID.


additionalTaxGroupsMap <string, AdditionalTaxGroup>format map

Additional tax groups to be added to a site's tax settings when the app is installed. Each additionalTaxGroup must include an id and a name.

Did this help?