Where to find the WooCommerce product data table

The product data table in WooCommerce lives in your WordPress admin dashboard, not on the public storefront. Log in to your WordPress site, go to Products in the left menu, and you will see a list of all your products displayed as a table. Each row is one product, and each column shows different information about that product — price, stock level, category, and status.

This table is your main view for managing products in bulk. You can sort by any column by clicking the column header, search for a specific product using the search box at the top, and filter by category or other attributes using the dropdown menus. The table updates in real time as you make changes, so you will see new products appear when ready after you create them.

Key Takeaways

  • The product data table is in your WordPress admin under Products, showing all your items in rows with columns for price, stock, category, and status.
  • Click any column header to sort the table, or use the search box to find a specific product by name or ID number.
  • Clicking a product name opens the full product editor where you can change descriptions, images, pricing, and shipping details.
  • The table shows only the columns WooCommerce displays by default, but you can hide or show additional columns using the Screen Options menu.
  • Bulk actions let you change the status, price, or category of multiple products at once without editing each one individually.

Understanding the columns in the product table

The default product table shows several columns, though not all of them appear on every installation. The Name column lists your product title and is clickable — clicking it opens the full product editor. The Image column shows the thumbnail you assigned to each product. The Price column displays the regular price you set, and if you use sale prices, that information appears here too.

Stock shows how many units you have in inventory. A number means you are tracking stock; a dash means stock tracking is turned off for that product. The Categories column lists which categories the product belongs to, separated by commas if it is in multiple categories. The Status column shows whether the product is Published (visible to customers), Draft (not yet published), or Scheduled (set to publish on a future date).

Some installations also show a Type column indicating whether the product is straightforward (a single item with one price), Variable (like a shirt with size and color options), Grouped (a bundle of related products), or External (a product you link to but do not sell directly). The Date column shows when you created or last modified the product.

How to customize which columns appear

Not every column you might want to see appears by default. To show or hide columns, look for Screen Options in the top right corner of the Products page. Click it to reveal a checkbox list of available columns. Check the boxes for columns you want to see and uncheck the ones you do not need. Your choices save automatically, so the next time you visit the Products page, only your selected columns will display.

Common columns you might want to add include SKU (the product code you use for inventory tracking), Tags (labels you assign for filtering), and Author (which team member created the product). If you manage a large catalog, hiding unnecessary columns makes the table easier to scan. You can always turn columns back on later if you need them.

Sorting and filtering products in the table

Click any column header to sort the entire table by that column. Click once to sort ascending (A to Z, lowest to highest), and click again to sort descending (Z to A, highest to lowest). An arrow next to the column name shows which direction the sort is active. This is useful for finding your lowest-priced items, your newest products, or products you have not updated in a while.

To filter the table, use the dropdown menus above the product list. You can filter by Category to show only products in a specific category, by Stock Status to show only in-stock or out-of-stock items, or by Type to show only straightforward products or variable products. The search box at the top searches by product name or ID. Combine filters to narrow down your view — for example, filter by category and then search within that category for a specific product name.

Editing products from the table view

Clicking a product name opens the full product editor in a new screen. This is where you change the description, upload images, set pricing, configure shipping, and manage all other product details. The table itself does not let you edit most fields directly — it is a view-and-navigate tool, not an editing tool.

However, some plugins add inline editing to the product table, letting you change the price or stock level without opening the full editor. If your WooCommerce installation has this feature, you will see editable fields in the table cells. Most standard WooCommerce installations do not include this by default, so you will need to open the product editor for most changes.

Using bulk actions to change multiple products at once

If you need to change the status, category, or other details for many products at once, use bulk actions. Check the checkbox next to each product you want to modify, or check the box in the column header to select all products on the current page. Then choose an action from the Bulk Actions dropdown menu at the top of the table and click explore.

Common bulk actions include Edit (which opens a screen where you can change category, status, or other fields for all selected products), Delete (which removes the products), and Change Status (which publishes, drafts, or schedules multiple products at once). Bulk actions save time when you are managing a large catalog or need to make the same change across many items.

Exporting product data from the table

WooCommerce does not have a built-in export button in the product table itself, but you can export your product data using the WooCommerce menu. Go to WooCommerce in the left sidebar, then Tools, then Export. Choose Products from the dropdown and click Generate CSV. This creates a spreadsheet file containing all the data from your product table, which you can read and open in Excel or Google Sheets.

Exporting is useful for backing up your product information, analyzing your catalog in a spreadsheet, or preparing data to import into another system. The CSV file includes all product details — name, description, price, stock, category, and more — organized in columns that match your product table.

Frequently Asked Questions

Why is my product not showing up in the table?

Check the status column — if the product is in Draft status, it will not appear on your storefront but will still show in the admin table. If it is not in the table at all, it may have been deleted. You can also check if you have a filter active that is hiding it — for example, if you filtered by a specific category and the product is not in that category, it will not appear.

Can I change the product price directly in the table without opening the editor?

Standard WooCommerce does not allow inline price editing in the table. You must click the product name to open the full editor and change the price there. Some third-party plugins add inline editing, but they are not included with WooCommerce by default. Check your installed plugins to see if one of them offers this feature.

How do I sort products by stock level?

Click the Stock column header to sort by inventory. The first click sorts from lowest to highest stock, and the second click reverses the order. This is useful for finding products that are running low or identifying overstocked items.

What does it mean if a product shows a dash instead of a number in the Stock column?

A dash means stock tracking is disabled for that product. WooCommerce is not monitoring how many units you have. To enable stock tracking, open the product editor, go to the Inventory section, and check the box for "Track stock quantity".

Can I hide the product table and use a different view?

WooCommerce does not offer alternative views for the product list in the standard installation. Some plugins provide different ways to browse and manage products, but the table is the default view. You can customize which columns appear and how the table is sorted to make it work better for your needs.