Product Stock Sync with Google Sheet for WooCommerce

plugin banner

Help you to connect your WooCommerce website with Google Sheet as well as Manage your Stock easy from one menu with Advance Filter

Author:CodeAstrology Team (profile at wordpress.org)
WordPress version required:4.0.0
WordPress version tested:6.4.4
Plugin version:1.0.0
Added to WordPress repository:04-03-2024
Last updated:04-03-2024
Rating, %:100
Rated by:2
Plugin URI:https://codeastrology.com/how-to-setup-produc...
Total downloads:193
Active installs:30+
plugin download
Click to start download

Easily manage and synchronize your WooCommerce product stock with the power of Google Sheets using our plugin – Product Stock Sync with Google Sheet for WooCommerce. This intuitive solution empowers you to streamline your inventory management effortlessly.

Key Features:

  • Google Sheet Integration: Seamlessly connect your WooCommerce store with Google Sheets via the Google Sheets API.
  • Effortless Updates: Update product stock levels directly from your Google Sheet, ensuring accurate and real-time inventory information on your WooCommerce store.
  • Simplified Stock Management: Take control of your stock effortlessly within the familiar and user-friendly Google Sheets interface.
  • Automation: Say goodbye to manual updates! Our plugin automates the synchronization process, saving you time and reducing the risk of errors.

How It Works:

  • Connect: Establish a secure connection between your WooCommerce store and Google Sheets using the Google Sheets API.
  • Update: Effortlessly update product stock levels, prices, and other details directly from your Google Sheet.
  • Real-time Sync: Enjoy real-time synchronization between your WooCommerce store and Google Sheets, ensuring your inventory is always up-to-date.

Why Choose Product Stock Sync

  • Time-Saving: Streamline your workflow with automated stock updates, freeing up time for more strategic business activities.
  • Accuracy: Eliminate discrepancies and maintain accurate stock levels across your WooCommerce store and Google Sheets.
  • User-Friendly: No technical expertise required! Our plugin is designed for easy setup and hassle-free stock management.

Getting Started: Setting Up Google Sheet API Connection

Ensure a smooth setup process by following these steps to connect your WooCommerce store with Google Sheets using our plugin.
Please follow, following steps:

  • Tutorial – Setup Guideline – Checkout and follow step by step guideline. How to configure with Google Sheet – explained here.
  • Link Google Sheet – Create new spreadsheet or use existing. In the plugin settings, find the section to link your Google Sheet. Provide the required Google Sheet URL and configure additional settings as needed.
  • Create Google Project – Navigate to the “APIs & Services” and select “Dashboard”. Click on “+ CREATE PROJECT” and fill in the necessary details.
  • Credentials to make a Service JSON – Still in the “APIs & Services” section, navigate to “Credentials”. Click on “Create Credentials” and choose “Service Account Key”. Create a new service account, download the JSON key file, and keep it secure.
  • Enable Sheet API – In your project dashboard, go to “APIs & Services” > “Library”. Search for “Google Sheets API” and enable it for your project.
  • Check Enable Sheet API – Checkout existing API which enabled or not.
  • Authentication – For generate access tocken, we have sent request to https://oauth2.googleapis.com/token.
  • WooCommerce required – Ensure that, WooCommerce is already installed. Then install this plugin.

Take control of your WooCommerce inventory like never before with Product Stock Sync with Google Sheet for WooCommerce. Experience seamless integration and efficient stock management today!

Credits

We believe in giving credit where it’s due. Our plugin utilizes the following third-party resources to enhance its functionality:

  • Fontello Icons: We express our gratitude to Fontello for providing the icon font used in our plugin’s user interface. Beautiful and customizable icons make the user experience more visually appealing.
  • Google Sheet API: A big thank you to the Google Sheets API for enabling seamless integration between our plugin and Google Sheets. This API plays a pivotal role in automating the synchronization of product data.
  • WooCommerce: Our plugin is built upon the robust foundation of WooCommerce, empowering online businesses with a feature-rich and flexible e-commerce solution for WordPress.
  • WordPress: We are indebted to the WordPress platform for providing the framework that powers our plugin. Its open-source nature and extensive community support make it an ideal environment for creating powerful and customizable solutions.

These entities have significantly contributed to the functionality, aesthetics, and overall success of our plugin. We are proud to acknowledge and appreciate their role in making our plugin a reality.

Important Links

Used Request in Code

  • Token Gen: $token_url = 'https://oauth2.googleapis.com/token';
  • Scope: ['scope' => 'https://www.googleapis.com/auth/spreadsheets']
  • Insert Data in Sheet: $api_url = "https://sheets.googleapis.com/v4/spreadsheets/$sheet_id/values/$sheet_name!$range?valueInputOption=RAW&key=$API_KEY";
  • Update Sheet: $api_url = "https://sheets.googleapis.com/v4/spreadsheets/$sheet_id/values:batchUpdate?valueInputOption=RAW&key=$API_KEY"
  • Clear Sheet: $api_url = "https://sheets.googleapis.com/v4/spreadsheets/$sheet_id/values/$sheet_name:clear?key=$API_KEY"

Screenshots
FAQ
ChangeLog