店舗のメニュー一覧取得
GET /stores/{store_id}/menus
店舗で取り扱うメニューの一覧を取得します
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”店舗ID
Query Parameters
Section titled “Query Parameters ”[フィルタ]メニュー種別
all
: 全てnormal
: 単品plan
: プランcourse
: コース
Example
all
カテゴリーID
Example
1
お好みオーダー情報を含むかを指定します。
all
: 全て含むnone
: 含めない (キーcustomOrder
を含めない)
Example
none
取得件数
Example
20
ソート順
sort_no
: ソート番号id
: メニューIDname
: メニュー名
Example
sort_no
ページ番号
Example
1
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": 1, "applyDatetime": null, "customId": "1", "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": "14", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "690", "tax": "include", "primary": true } ] }, { "id": "2", "name": "スープ", "kana": "スープ", "type": "normal", "categoryId": "3", "note": "", "sortNo": 2, "applyDatetime": null, "customId": null, "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": null, "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "490", "tax": "include", "primary": true } ] }]
[ { "id": "1", "name": "サラダ", "kana": "サラダ", "type": "normal", "categoryId": "3", "note": "", "sortNo": 1, "applyDatetime": null, "customId": "1", "customOrder": { "customId": "1", "customName": "ドレッシング", "contents": [ { "customContentId": "2", "customContentName": "胡麻ドレッシング", "sortNo": 1 }, { "customContentId": "3", "customContentName": "和風ドレッシング", "sortNo": 2 }, { "customContentId": "5", "customContentName": "フレンチドレッシング", "sortNo": 3 } ] }, "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": "14", "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "690", "tax": "include", "primary": true } ] }, { "id": "2", "name": "スープ", "kana": "スープ", "type": "normal", "categoryId": "3", "note": "", "sortNo": 2, "applyDatetime": null, "customId": null, "customOrder": null, "isOpenPrice": false, "createdIn": "waiter", "toppingGroupId": null, "prices": [ { "taxRate": 10, "taxType": "normal", "amount": "490", "tax": "include", "primary": true } ] }]
Headers
Section titled “Headers ”<前のURI>; rel="prev", <次のURI>; rel="next"