1. Home
  2. Knowledge Base
  3. WooCommerce Product Table
  4. Developer Documentation

How does WooCommerce Product Table work with the REST API?

WooCommerce Product Table displays content from standard WooCommerce products, which are stored as the product custom post type in WordPress. It doesn’t create new database tables for the products themselves; instead, it uses WordPress’s existing tables. (The plugin does store table configurations, layouts, settings, and options, in its own table, but this data isn’t exposed via the REST API.)

Because the products themselves are stored in WordPress’s native tables, all product data, titles, descriptions, prices, images, categories, tags, attributes, and any custom fields, is fully accessible via the WordPress REST API.

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.