The JSON object below defines the configuration for this service plugin extension. How you supply values depends on the framework you’re using:
plugin.json
file.If you created your service plugin extension with the CLI, required fields are automatically populated for you.
Required. Base URI where the endpoints are called. Wix appends the endpoint path to the base URI.
For example, to call the Calculate Tax endpoint at https://my-tax-calc.com/v1/calculateTax
, the base URI you provide here is "https://my-tax-calc.com/"
.
Display name of the tax calculator.
List of countries, in ISO-3166 alpha-1 format, that the calculator does not support.