Configuration

With the Tax Groups SPI integrated into your app, Wix will retrieve the tax group you provide whenever it calls a catalog of products from your app. Follow these steps to add the SPI and enable Wix to communicate with your app.

  1. Go to the Extensions tab in the Wix Dev Center.

  2. Click + Create Extension in the top right.

  3. Find Tax Groups Provider and click + Create.

  4. Use the JSON editor to create the extension's configuration file. Configure the parameters by referencing the table below or the Documentation section to the right of the editor. For each parameter, add the parameter name and value in the JSON editor.

    NameTypeDescription
    deploymentUristringBase URI of the SPI implementation. Since no endpoint is calling this path, it may be left blank.
    defaultTaxGroupstringName 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.
    additionalTaxGroupsobjectAdditional 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.
    componentNamestringA unique name for this component. This is an internal name that will only appear in the Dev Center.
  5. Click Test Your App.

Was this helpful?
Yes
No