Batch Notify Call Number
Description
批次通知叫號。
Resource
POST /v1/order/batch-notify-call-number
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| shop_id | string | 門市編號 |
| order_ids | list[string] | 訂單編號列表 |
Request Example
{
"shop_id": "000030",
"order_ids": [
"110125101400018",
"110101SA202510140046"
]
}
Response Example
Status-Code: 204 No Content