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.
Base URI of the service plugin implementation. Since no endpoint is calling this path, it may be left blank.
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.
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
.