Skip to content

Google Apps Script Order Manager linked to react redux ecommerce site

Notifications You must be signed in to change notification settings

justinkunz/react-redux-ecommerce-order-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

React Redux Ecommerce: Order Manager

This script is an extension off the React Redux Ecommerce project, to help manage your ecommerce orders easily using Google Apps Script.

Steps to use

  1. Click here to get a copy of the Order Manager template.
  2. Go to Tools > Script Editor to open the Apps Script Script Editor. This script should already be copied there. If not, copy this script into the editor.
  3. Go to File > Project properties > Script Properties and add the following content:
  • DEV_BASE_URL - Base URL for your apps dev environment
  • PROD_BASE_URL - Base URL for your apps prod environment
  • ADMIN_KEY - Admin secret key for protected APIs
  • env - (dev | prod) - Environment to run script in
  1. From the Spreadsheet go to Order Manager > Sync Inventory to sync your inventory
  2. Update Orders by clicking Order Manager > Update Orders
  3. Highlight a row and select Order Manager > Mark as Shipped to mark an order as shipped.

About

Google Apps Script Order Manager linked to react redux ecommerce site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published