逛菜单
get_menuRetrieve a store's menu: returns category list without a keyword, or product details including ID, price, and tags when a product or category name is provided.
Instructions
看某店菜单:不传 keyword 返回全部分类;传 keyword(商品名或分类名)返回商品列表(goodsId、价格、标签)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | 商品名或分类名,如「莲雾」「纯茶」;省略则返回分类列表 | |
| storeId | Yes | 门店 ID(先用 find_store 查;如深圳湾万象城=503542) |