recommend_products
Recommend in-stock public products by budget and/or keyword/category, cheapest first, with a simple combo suggestion. Read-only, no api_key required, public fields only (price VND). WHEN TO USE: the user has a budget or a vague need ("something under 50k for Facebook"). PREFER INSTEAD: search_products for an exact keyword, best_sellers for popularity, latest_products for newest, list_category_products to see a whole category. Optionally scope with category_id from list_categories. Gợi ý sản phẩm CÒN HÀNG theo ngân sách và/hoặc từ khóa/danh mục (rẻ trước) kèm gợi ý combo; chỉ trả field công khai (giá VND).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 8, max 20). | |
| budget | No | Max unit price in VND (optional). Ngân sách/giá tối đa mỗi SP (VND, tùy chọn). | |
| keyword | No | Keyword in product name (optional). Từ khóa trong tên SP (tùy chọn). | |
| category_id | No | Limit to a category id (optional). Giới hạn theo danh mục (tùy chọn). |