Update Menu Item
POST {{base_url}}/v2/eats/stores/{{store_id}}/menus/items/{{item_id}}
This Update Item endpoint updates an individual item within a menu. This allows you to make smaller edits without needing to send the entire menu. This endpoint performs sparse updates, meaning that it will only update a field if it is specified.
Note: In order to run this request, add an item ID to the item_id
collection variable by clicking on the Collection and accessing the Variables tab.
Request Body
{"id"=>"Coffee", "external_data"=>"External data for coffee", "title"=>{"translations"=>{"en"=>"Coffee"}}, "description"=>{"translations"=>{"en"=>"Deliciously roasted beans"}}, "price_info"=>{"price"=>300}, "suspension_info"=>{"suspension"=>{"suspend_until"=>8640000000, "reason"=>"sold out"}}, "modifier_group_ids"=>{"ids"=>["Add-milk", "Add-sugar"]}, "tax_info"=>{"tax_rate"=>8}, "nutritional_info"=>{"allergens"=>nil}, "bundled_items"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |