products_list
Retrieve a list of all ecommerce products on a Voog site with key details such as name, price, stock, and status. Filter products by category as needed.
Instructions
List all ecommerce products on the Voog site (simplified: id, name, slug, sku, status, in_stock, on_sale, price, effective_price, stock, reserved_quantity, uses_variants, variants_count, translations, created_at, updated_at). Read-only. Same shape as the voog://products resource — consistent across the tools and resources surfaces. For per-variant stock on a variant-bearing product, follow up with product_get. Pass category_id to filter to products in that category (maps to q.product.category_ids.$in).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| category_id | No | Filter to products in this category. Maps to the Voog filter q.product.category_ids.$in. Omit for all products. |