算总价
preview_orderCalculate estimated total price for a tea order by accumulating item costs locally. Blocks orders containing sold-out items and prevents conflicts like selecting multiple temperatures for the same group.
Instructions
组单算预估总价(本地累加;实际金额以门店收银台/订单为准)。同组做法(如温度)只能选一个,估清商品会拦截。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| storeId | Yes | 门店 ID(先用 find_store 查;如深圳湾万象城=503542) |