list_products
List a merchant's in-stock products (product_id, title, price, availability, url). Call after find_merchant to see the catalogue, then get_product for full detail. For a specific shopper need, prefer search_products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max products to return (default 50, max 200). | |
| merchant | Yes | Agenticfeed merchant ID (customer GUID), e.g. "a9a8378c94". |