店舗のメニュー取得
GET /stores/{store_id}/menus/{menu_id}
店舗で取り扱うメニューを取得します。
コースメニューは、コース区分が「標準コース」の場合のみ取得可能です。「簡易コース」はサポートしておりません。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”店舗ID
メニューID
Query Parameters
Section titled “Query Parameters ”お好みオーダー情報を含むかを指定します。
all
: 全て含むnone
: 含めない (キーcustomOrder
を含めない)
Example
none
Responses
Section titled “ Responses ”OK
店舗のメニュー
object
メニューID
メニュー名
メニュー名(カナ)
メニュー種別
normal
:単品plan
:プランcourse
:コース
カテゴリーID
メニュー説明
ソート番号
適用開始日時[YYYY-MM-DDThh:mm:ssTZD]
お好みオーダーID
クエリパラメーターに with_custom_order=all
を指定した場合、レスポンスに含まれます。
object
お好みオーダーID
お好みオーダー名
お好みオーダー内容
object
お好みオーダー内容ID
お好みオーダー内容名
ソート番号
true
:注文時に価格決定するfalse
:設定価格で注文する
作成元サービス
トッピンググループID
メニューが単品(type=normal)またはプラン(type=plan)の場合、レスポンスに含まれます。
object
税率
税種別
normal
:標準reduced
:軽減none
:非課税
金額
金額の税情報
include
: 税込exclude
: 税抜none
: 非課税
※ 注文のリクエストボディで指定できる tax
(金額の税情報)と単語が一致していませんのでご注意ください。
※ テーブル利用セクション、注文セクションのレスポンスに含まれる sellingPrice<NewOrderItemPrice> の tax
(金額の税情報)と単語が一致していません。
複数価格存在する場合の初期選択設定
true
:初期選択値false
:初期選択でない
プラン内メニュー
メニューがプラン(type=plan)の場合、レスポンスに含まれます。
メニュー情報
object
メニューID
メニュー名
メニュー名(カナ)
メニュー種別
normal
:単品plan
:プランcourse
:コース
カテゴリーID
メニュー説明
ソート番号
適用開始日時[YYYY-MM-DDThh:mm:ssTZD]
お好みオーダーID
セクションリスト
メニューがコース(type=course)の場合、レスポンスに含まれます。
object
セクション名
セクション内メニュー
object
メニューID
メニュー名
メニュー名(カナ)
メニュー種別
normal
:単品plan
:プランcourse
:コース
カテゴリーID
メニュー説明
ソート番号
適用開始日時[YYYY-MM-DDThh:mm:ssTZD]
お好みオーダーID
追加料金
Examples
{ "id": "1", "name": "和風オムライス", "kana": "ワフウオムライス", "type": "normal", "categoryId": "3", "note": "だしベースのオムライスです。", "sortNo": 5, "applyDatetime": null, "customId": "7", "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": "2", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "1100", "tax": "include", "primary": true }, { "taxRate": 8, "taxType": "reduced", "amount": "1080", "tax": "include", "primary": false } ]}
{ "id": "31", "name": "スイーツ食べ放題", "kana": "スイーツタベホウダイ", "type": "plan", "categoryId": "5", "note": "一部スイーツメニューの食べ放題プランです。", "sortNo": 7, "applyDatetime": null, "customId": "9", "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": "4", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "2300", "tax": "exclude", "primary": true } ], "menus": [ { "id": "11", "name": "プリン", "kana": "プリン", "type": "normal", "categoryId": "1", "note": "", "sortNo": 1, "applyDatetime": null, "customId": null }, { "id": "12", "name": "パフェ", "kana": "パフェ", "type": "normal", "categoryId": "1", "note": "", "sortNo": 2, "applyDatetime": null, "customId": null }, { "id": "13", "name": "ケーキ", "kana": "ケーキ", "type": "normal", "categoryId": "1", "note": "", "sortNo": 3, "applyDatetime": null, "customId": null } ]}
{ "id": "51", "name": "5月ディナーコース", "kana": "ゴガツディナーコース", "type": "course", "categoryId": "9", "note": "5月限定のディナーです。", "sortNo": 1, "applyDatetime": "2020-05-01T00:00:00+09:00", "customId": null, "isOpenPrice": false, "createdIn": "waiter", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "4000", "tax": "exclude", "primary": true } ], "sections": [ { "name": "前菜", "menus": [ { "id": "11", "name": "シーザーサラダ", "kana": "シーザーサラダ", "type": "normal", "categoryId": "3", "note": "", "sortNo": 1, "applyDatetime": null, "customId": "7", "extraPrice": "0" }, { "id": "12", "name": "海藻サラダ", "kana": "カイソウサラダ", "type": "normal", "categoryId": "3", "note": "", "sortNo": 2, "applyDatetime": null, "customId": null, "extraPrice": "0" } ] }, { "name": "メイン", "menus": [ { "id": "21", "name": "牛ステーキ", "kana": "ギュウステーキ", "type": "normal", "categoryId": "1", "note": "", "sortNo": 3, "applyDatetime": null, "customId": null, "extraPrice": "300" }, { "id": "22", "name": "白身魚のソテー", "kana": "シロミザカナノソテー", "type": "normal", "categoryId": "1", "note": "", "sortNo": 4, "applyDatetime": null, "customId": null, "extraPrice": "0" } ] } ]}
{ "id": "1", "name": "和風オムライス", "kana": "ワフウオムライス", "type": "normal", "categoryId": "3", "note": "だしベースのオムライスです。", "sortNo": 5, "applyDatetime": null, "customId": "7", "customOrder": { "customId": "7", "customName": "ソース", "contents": [ { "customContentId": "14", "customContentName": "デミグラスソース", "sortNo": 1 }, { "customContentId": "15", "customContentName": "和風ソース", "sortNo": 2 }, { "customContentId": "18", "customContentName": "ホワイトソース", "sortNo": 3 } ] }, "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": "2", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "1100", "tax": "include", "primary": true }, { "taxRate": 8, "taxType": "reduced", "amount": "1080", "tax": "include", "primary": false } ]}
店舗が指定のメニューを取り扱わない場合