How to find WooCommerce products in the database

Hey, where in the database (or phpMyAdmin) are my WooCommerce products stored? Sometimes you may have some reason to find directly any product in your database by name, id, custom taxonomy, type, tags, or attributes. Let’s show how to find products that you need and look at the relevant tables which contain your product data.

In newer WooCommerce (since 3.7+) versions are products stored in the following tables (mainly in the first two tables): 

  • wp_posts table with a post_type product or product_variation
  • wp_postmeta table with a post_id as the relational index (the product ID)
  • wp_wc_product_meta_lookup table – product_id as the relational index (the post ID) | Allow fast queries on specific product data
  • wp_wc_order_product_lookuptable – product_id as the relational index (the post ID) | Allow fast queries to retrieve products on orders

SQL query on table wordpress.wp_posts:

SELECT * FROM `wp_posts` WHERE `post_type` LIKE 'product'
phpMyAdmin – search post_type

Product categories, subcategories, tags, attributes, or custom taxonomies are stored in the following tables (some additional plugins got their own tables):

  • wp_terms
  • wp_termmeta
  • wp_term_taxonomy
  • wp_term_relationships – column object_id as the relational index (the product ID)
  • wp_woocommerce_termmeta
  • wp_woocommerce_attribute_taxonomies (for product attributes only)
  • wp_wc_category_lookup (for product categories hierarchy – since WooCommerce 3.7)

In fact, products are stored only as another post type. They can be found in the wp_posts table, under the product post type.

When you find the product that you need, copy its id and easily lookup for the remaining information under other tables.

UNLIMITED DOWNLOADS: 50+ Million Website Templates & Design Assets

All the Website Templates you need and many other design elements, are available for a monthly subscription by subscribing to Envato Elements. The subscription costs $16.50 per month and gives you unlimited access to a massive and growing library of over 50 million items that can be downloaded as often as you need (stock photos too)!

Recent Articles

How To Speed Up Your WordPress

Optimizing the speed of your WordPress website is crucial for several reasons. Not only does a fast-loading website provide a better user...

How to Hide “Add to Cart” Button in WooCommerce Quickly

Once on your project, you will maybe need to disable selling products, make a catalog from your e-commerce store, or simply hide...

Agronix – Organic Farm Agriculture WordPress Theme [Free WordPress theme download]

Demo Download Agronix – Organic Farm WordPress Theme. We are Happy to presenting you the Agronix Agriculture Farming WordPress Theme. It is very easy to customize...

Roux – Creative Portfolio WordPress Theme [Free WordPress theme download]

Demo Download This is Roux, a splash of vibrant creativity your beautiful new website needs! Roux comes with tons of creative portfolio, gallery and graphic...

Get in touch

Be our first-class reader, build a community and follow us on social media!

Leave A Reply

Please enter your comment!
Please enter your name here