Hey Mactac, this is Tobe, a Shopify app developer.
To list out all the products and quantities of products for all outstanding orders in Shopify using Google Sheets, you can follow these steps:
Log in to your Shopify admin panel.
From the Shopify admin dashboard, click on “Orders” located in the left-hand navigation menu.
By default, the “Open” tab will be selected, which displays all your outstanding orders.
Shopify provides several filtering and sorting options to help you manage your orders efficiently. You can use these options to narrow down the list or organize it based on your preferences. You should selected “Unfilled,” as shown in this image:
Once you have the desired set of orders displayed, you can export the order details to a CSV file for further analysis.
To export all orders, click on the “Export” button at the top right corner of the orders list page.
Choose the export format as “CSV for Excel, Numbers, or other spreadsheet programs.”
Click on “Export Orders” to generate the CSV file. You should receive it in your email.
Open Google Sheets in your browser and create a new blank spreadsheet.
In Google Sheets, go to “File” and select “Import.”
Choose the “Upload” tab and click on “Select a file from your device.”
Locate the exported CSV file from your computer and upload it to Google Sheets.
Google Sheets will open the uploaded CSV file in a new sheet.
In the sheet, you will find columns named “Lineitem name” and “Lineitem quantity” containing information about the ordered products, including the product names and quantities.
Use the sorting and filtering capabilities of Google Sheets to organize the data as per your requirements.
Sum up the quantities for each product to get the total amounts of each product.
I recommend deleting unused columns, so it’s easier to move around the sheet.
I added a new “TOTALS” row, and set the cell values to the sums. See the image for reference. Of course, replace “Demo product 1” with the name of your product.
(Wow, that’s pretty tedious, isn’t it? It would be awesome if there were an app that could automate this process for you, making it quicker and more convenient.)