Creating an Implementation of Shipping Calculation API
Creating an Implementation of Shipping Calculation API
Elastic Path provides new plugins, such as shipping-calculation-connectivity-api and shipping-calculation-plugin-epcommerce, to support shipping calculation API framework. The shipping-calculation-connectivity-api bundle defines the interfaces that a new plugin needs to implement. The custom plugin replaces the shipping-calculation-plugin-epcommerce bundle.
To implement a new plugin, you must replace the following dependency with the new dependencies
in the cortex and cm-libs module's
POM.xml:
<dependency> <groupId>com.elasticpath</groupId> <artifactId>shipping-calculation-plugin-epcommerce</artifactId> </dependency> <dependency> <groupId>com.elasticpath</groupId> <artifactId>shipping-calculation-epcommerce</artifactId> </dependency>