Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration
Connect and sync order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce integration that saves new WooCommerce order details to google sheets. Version V2 with improved features is now available !
https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration
googlesheets woocommerce-api woocommerce-extension woocommerce-google-sheets woocommerce-order-export woocommerce-order-save woocommerce-products
Last synced: 7 days ago
JSON representation
Connect and sync order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce integration that saves new WooCommerce order details to google sheets. Version V2 with improved features is now available !
- Host: GitHub
- URL: https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration
- Owner: mithunmanohar
- Created: 2017-08-06T18:44:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T23:57:25.000Z (over 3 years ago)
- Last Synced: 2024-08-02T05:16:22.395Z (3 months ago)
- Topics: googlesheets, woocommerce-api, woocommerce-extension, woocommerce-google-sheets, woocommerce-order-export, woocommerce-order-save, woocommerce-products
- Language: JavaScript
- Homepage: https://goo.gl/r8qnMJ
- Size: 33.2 KB
- Stars: 114
- Watchers: 18
- Forks: 44
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-woocommerce - WooCommerce Google Sheets Integration - Sync order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce integration. (Handy Code Snippets and Plugins)
README
# woocommerce-google-sheets-integration
This google sheet syncs order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce order integration.The sheet uses the WooCommerce Rest API v2 to connect to the WooCommerce store and sync the order data to the google sheet. The sheet will fetch order details like First Name, Last Name, Billing Address, Shipping address, Phone, Email, Price, Payment method, Items, Quantity OrderId, Notes, Date, Refunds, Order key.
PS: If you are looking for an easy to setup advanced order integrations and features, please check out the zapier plugin for woo-commerce store here or inbuilt reporting plugins csv-export or order-export
NOTE: Woocommerce REST API only supports website that has https enabled. If your website is not https, consider installing SSL certificate from https://www.freessl.com/ or your hosting provider.
Below are the steps to set up the sheet:
# 1. Set up WooCommerce REST API in your WordPress website:
Steps can be found here: https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API#generate-keys. You need to provide the API key and API secret generated from this step in the Google sheet.
# 2. Set up google sheets
If you know how to work with google app script, copy the code from .gs file to your script editor and set up your google sheet in the format of the template.**Alternatively click on the google sheets link:** https://goo.gl/r8qnMJ
**This sheet is read-only.** Now you need to make a copy of this sheet to start using it. For that go to the `File Menu` in the sheet > click on `Make a copy`. This saves a copy of the sheet to your google drive. Now, this copy can be accessed only by you.
PLEASE KEEP YOUR API CREDENTIALS secret.
# 3. Set up your google sheet
In the copy of the google sheet created in step 2, enter your store URL (Should be in the format https://yourstore.com - notice that only https is supported), API Key, API secret, Date in the sheet and click on the Update button. The google sheets will ask for permission for the app to run. The sheet requires permission to 1. View and manage your spreadsheets in Google Drive, 2. Connect to an external service. It will show the app as unverified - This is because it is trying to access an external URL - the site you have given in the sheet in this case. Click on Advanced and proceed. Please feel free to take a look at the code in the script editor to see what the sheet is doing in case you are in doubt.
If everything is set up correctly, the sheet will update with the order details from your woo-commerce store.# 4. Set up automatic order sync
The sheet can be manually updated on click of the update button. If you want the sheet to update automatically, you can set up a trigger for the sheet.
Click on Tools > Script Editor. A new window will pop up.On that page, click on Edit > Current Projects Trigger. In the pop-up, give the name 'start_syncv2' in the first field and time driven in the second field. You can set the update frequency also here. There is an option to update sheet daily, hourly, monthly and even on opening the sheet.
'start_syncv2' is the function that invokes the script that syncs data between the google sheets and your site. Setting a trigger will trigger this process periodically based on the preferences you set.
If you face any issues or have any suggestions to improve this woocommerce orders google sheets integration tool, create a ticket at https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration/issues
Version V2 of the tool has additional features. If you want to try out the v1 of this tool, check out https://goo.gl/jAqPMz
Contributors to this project: @mithunmanohar, @petrfaitl
If you find this tool useful, you can consider buying me a coffee !