ac-apps-minimal-api-fortnox
api/fortnox.js
Makes it easy to work with Fortnox API.
Example:app.api.fortnox.createOrder(options, order);app.api.fortnox.updateCustomer(options, customer);app.api.fortnox.getCustomers(options, email);
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Install from:
https://www.npmjs.com/package/ac-apps-minimal-api-fortnox
https://github.com/animatedcreativity/ac-apps-minimal-api-fortnox
Available Methods: createOrder, updateCustomer, createCustomer, getCustomers
createOrder
async function(options, newFnOrder) {…