Documentation
ShopChat
Live Catalog

Live Catalog Reading

ShopChat queries the WooCommerce product database in real time for each product-related query. It does not rely on a cached snapshot - prices, stock levels, and product availability are always current.

What ShopChat Reads Per Product

Data PointSource
Nameget_name()
Price (regular & sale)get_price_html()
Stock status & quantityget_stock_status(), get_stock_quantity()
Short descriptionget_short_description()
Long descriptionget_description()
Categoriesget_category_ids()
Tagsget_tag_ids()
Attributesget_attributes()
Imagesget_image_id()
Product URLget_permalink()
Variations (variable products)All variation data including per-variation price/stock

Category Scope

If Category Scope is configured in settings, only products within those categories are included in the search context. This reduces API token usage on large catalogs.