WooCommerce Database Schema

1 min read

Find WooCommerce Products in the WP Database

WooCommerce product data can be found in the following tables:

  • wc_product_meta_lookup (product ID or product_variation ID)
  • wc_order_product_lookup (product ID or product_variation ID)
  • posts (product ID or product_variation ID)
  • postmeta (product or product_variation)
  • posts (product ID or product_variation ID)

Find WooCommerce Orders in the WP Database

WooCommerce order data can be found in the following tables:

HPOS

_wc_order_addresses

_wc_order_operational_data

_wc_orders_meta

Find WooCommerce Orders in the WP Database

WooCommerce order data can be found in the following tables:

  • woocommerce_order_items
  • woocommerce_order_itemmeta
  • posts (shop_order ID)
  • postmeta (shop_order)
  • comments (order_note)
Function NameFunctionality
actionscheduler_actionsTo complete a list of functions ‘Action Scheduler’ function is used.
actionscheduler_claims
actionscheduler_groups
actionscheduler_logsActions completed by ‘Action Scheduler’ are stored at ‘Action Scheduler Logs.’
woocommerce_sessionsContains the consumer’s cart.
woocommerce_api_keysAPI keys storage.
woocommerce_attribute_taxonomiesCategories, tags, etc.
woocommerce_downloadable_product_permissionsDownloads access permissions.
woocommerce_order_itemsLine items linked to orders.
woocommerce_order_itemmetaLine items meta-data.
woocommerce_tax_ratesManual setup of tax rate list.
woocommerce_tax_rate_locationsLocation-based tax rates data.
woocommerce_shipping_zonesList of custom shipping zones.
woocommerce_shipping_zone_locationsShipping zones location.
woocommerce_shipping_zone_methodsShipping methods for each zone.
woocommerce_payment_tokensPayment tokens for WooCommerce.
woocommerce_payment_tokenmetaMetadata of WooCommerce payment token.
woocommerce_logEvent log.
wc_webhooksWebhooks
wc_download_logDownload log
wc_product_meta_lookupMetadata of product’s lookup table. This function makes it quicker to search for products inside orders.
wc_tax_rate_classesTax classes
wc_reserved_stockReserved stock to ensure availability at checkout.

https://webappick.com/woocommerce-database-schema-explained

Updated on July 7, 2025

What are your feelings

  • Happy
  • Normal
  • Sad