SAP Commerce Cloud, cloud ERP edition exposes an extension point for tax simulation with an external provider. This extension point lets you integrate with major tax service providers or with a custom tax service of your choice.
The Avalara Tax Sample Plugin demonstrates how to integrate Avalara with the tax simulation extension in SAP Commerce Cloud, cloud ERP edition. The plugin creates the "Simulate Tax by an External Provider" extension configuration and provides the required data mappings for this extension.
For detailed guidance on integrating SAP Commerce Cloud, cloud ERP edition with tax service providers, refer to this page. To learn more about the Avalara Tax Sample Plugin, visit this documentation.
- SAP Commerce Cloud, cloud ERP edition
- Avalara account
-
Download the latest release of this plugin from the releases page. Look for the assets section of the respective release and download the
avalara-tax-sample-plugin-<version>.zipfile. Alternatively, you can build the plugin zip manually from theservice-provider-integrations/avalara-tax-sample-plugindirectory: The resulting zip should have the following structure:avalara-tax-sample-plugin-<version>.zip ├── plugin-manifest.yaml └── config/ └── ...For example, on Unix/macOS:
zip -r avalara-tax-sample-plugin-<version>.zip plugin-manifest.yaml config
-
Follow the installation instructions provided on this help page.
For a detailed overview of the plugin's structure and configuration, see this documentation page.
If you'd like to contribute code, fixes, or improvements, please create a pull request. Due to legal reasons, contributors must accept a DCO. When you create your first pull request to this project, you are automatically asked to accept the DCO. SAP uses the standard DCO text of the Linux Foundation.
Members, contributors, and leaders pledge to make participation in our community a harassment-free experience. By participating in this project, you agree to always abide by its Code of Conduct.
Copyright (c) 2026 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.