modules-api

E-Com Plus Mods API Node.js App

View the Project on GitHub ecomplus/modules-api

E-Com Plus Mods REST API

List endpoints

https://apx-mods.e-com.plus/api/v1/

Modules JSON Schema reference

Calculate shipping

Triggered to calculate shipping options, must return calculated values and times.

List payments

Triggered when listing payments, must return available methods.

Apply discount

Triggered to validate and apply discount value, must return discount and conditions.

Create transaction

Triggered when order is being closed, must create payment transaction and return info.