Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
Method: accounts.locations.updateFoodMenus
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["Updates the food menus for a specific Google My Business location if the location is eligible to have a food menu."],["Uses the `PATCH` HTTP method and requires the `foodMenus.name` path parameter to identify the location's food menu."],["Allows for partial updates using the `updateMask` query parameter to specify which fields should be changed."],["Requires authorization with either the `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` scope."]]],["This describes updating a location's food menus via a PATCH request to `https://mybusiness.googleapis.com/v4/{foodMenus.name=accounts/*/locations/*/foodMenus}`. The `foodMenus.name` path parameter is required to identify the location. An optional `updateMask` query parameter specifies fields to update, defaulting to a full update. The request and response bodies utilize the `FoodMenus` resource. Authorization requires either the `plus.business.manage` or `business.manage` OAuth scope. The update is conditional based on `location.location_state.can_have_food_menu`.\n"]]