– Was made for internal Use.
Starts Pricelist sync to Fortnox on the main shops server. Waits for 30 minutes for each pricelist to finish.
NOTE: Add airtableToken & main server authorizationLink to make it work.
…
(async function() {
var
Animate your life. Don't be static.
– Was made for internal Use.
Starts Pricelist sync to Fortnox on the main shops server. Waits for 30 minutes for each pricelist to finish.
NOTE: Add airtableToken & main server authorizationLink to make it work.
…
(async function() {
var
Finds pricelists on Airtable on all bases by checking 2 tables: Pricelist & (*).
(*) tables contains all the currency rates in this format:
(Please note that SEK is master currency)
Code. Rate
—- —-
SEK 1.0000000
USD 0.0972745
AED …
Cron to perform multiple imports from woocommerce to fortnox. Imports orders to fortox.
Should be run with command line arguments.
Example:node import-from-woocommerce-to-fortnox-cron-v1.js \conf-airtable-base-name= \conf-airtable-table-name= \conf-airtable-view-name= \conf-airtable-api-key= \conf-airtable-table-key= \conf-airtable-key-name= \conf-airtable-key-value= \type=order …
Utilities for airtable.
Example:app.utils.airtable.getOptions(options, prefix);
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-utils-airtable
https://github.com/animatedcreativity/ac-apps-minimal-utils-airtable
Available Methods: getOptions
getOptions
function(options, prefix) {…
var list = {};
for (var key in options) {
if (key.split(prefix +
Cron to perform multiple imports from airtable to woocommerce. Imports products to woocommerce.
Should be run with command line arguments.
Example:node import-from-airtable-to-woocommerce-cron-v1.js \conf-airtable-base-name= \conf-airtable-table-name= \conf-airtable-view-name= \conf-airtable-api-key= \conf-airtable-table-key= \conf-airtable-key-name= \conf-airtable-key-value= \cron-airtable-base-name= …
Imports from airtable to woocommerce. Imports products to woocommerce.
Should be run with command line arguments.
Example:node import-from-airtable-to-woocommerce-v1.js \wc-api-url=https://SITE/wp-json/wc/v3 \wc-consumer-key= \wc-consumer-secret= \type=product \airtable-base-name= \airtable-table-name=Pricelist \airtable-view-name=wordpress \airtable-table-key=Model \airtable-key-name=wp \airtable-key-value=publish …
Makes it easy to work with the Airtable API and perform tasks such as fetching and updating records. Fetches all records if page number not provided.
Example:app.api.woo.getProducts(options);app.api.woo.updateProduct(options, product);
A module for ac-bundle-app, published by ac-bundle-module.
Install from:…