utils/airtable.js
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
Available Methods: getOptions
Animate your life. Don't be static.
utils/airtable.js
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
Available Methods: getOptions
utils/url.js
Helps with URL functions.
Example:app.utils.url.domain(link);
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Available Methods: domain
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
Available Methods: createOrder, updateCustomer, createCustomer, getCustomers
utils/relatedFields.js
Helps to parse left to right sync related fields.
Example:app.utils.relatedFields.parse("Model+sku,regular_price_sek+price");
Will return: { Model: 'sku', regular_price_sek: 'price' }
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Available Methods: parse
utils/object.js
Helps to work with JS objects. Like finding existing items, whether an item has been changed, or converting item keys to propercase.
Example:app.utils.object.keyProperCase(object);
app.utils.object.changed(leftObject, rightObject, arrayOfKeysToMatch);
app.utils.object.exists(object, key, value);
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Available Methods: exists, has, changed, keyProperCase
api/woo.js
Makes it easy to work with the WooCommerce API and perform tasks such as fetching and updating products. Fetches all records/products 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. namespace: ac-apps-minimal
Available Methods: updateOrder, list, updateProduct, getLoadedProduct, getProduct, getProducts, getOrders
api/airtable.js
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. namespace: ac-apps-minimal
Available Methods: getRecords