Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Avalara Tax Sample Plugin

Description

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.

Requirements

  • SAP Commerce Cloud, cloud ERP edition
  • Avalara account

Download and Installation

  1. 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>.zip file. Alternatively, you can build the plugin zip manually from the service-provider-integrations/avalara-tax-sample-plugin directory: 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
  2. Follow the installation instructions provided on this help page.

Content Structure

For a detailed overview of the plugin's structure and configuration, see this documentation page.

Contributing

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.

Code of Conduct

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.

License

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.