Enhance your application with Uberall's comprehensive API documentation
https://uberall.com
api@uberall.com
Licensed under Uberall
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
Set up - Users
Set up - Business Connections
Set up - Businesses
Set up - Configuration
Set up - Tenancy - Sales Partners
Set up - API Status
Set up - Tenancy - Product Plans
Set up - Tenancy - Sales Partners - Webhooks
Products - Auto Response
Products - Brand Data Points
Products - Analytics - Dashboard
Products - Analytics - Dashboard Exports
Products - Data Points
Products - Data Points - Data Point Filters
Products - Response Library - Templates
Products - Social Posting
Products - Social Posting - Social Posting Templates
Products - Digital Asset Management
Products - Status Check
Products - Store Finder
Locations Hub - Locations - Batch Operations (excel)
Locations Hub - Categories
Locations Hub - Collections - Collection Management
Locations Hub - Collections - Content List
Locations Hub - Locations Data
Locations Hub - Collections - Custom Items
Locations Hub - Collections - Events
Locations Hub - Locations - Listings
Locations Hub - Labels
Locations Hub - Location Groups
Locations Hub - Locations - Menu Items
Get all menu items the current API user can manage. To specify products with identifier please provide ?identifier= in the URL param By default, 50 are returned, you can use up to max=10000 in the URL param
https://docs.uberall.com/_mock/apis/swagger/menu-items
https://uberall.com/api/menu-items
curl -i -X GET \ https://docs.uberall.com/_mock/apis/swagger/menu-items \ -H 'accessToken: YOUR_API_KEY_HERE'
Menu Items successfully retrieved
(optional) Holds further information about the response
(optional) Holds further warnings
The actual response object of the response
Offset for pagination
Maximum number of results per page
Total count of results
No content
Create a menu item. It can be added to a content list later
Menu Item object to create
Title
Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'
Unique Identifier for the Menu
The uberall unique id for the menu item
Price of the menu item in cents: e.g. '1500' for 15 €
Currency used for prices in ISO-4217: e.g. EUR, USD, CHF
Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)
Image
A valid page url with more details about the item
Maximum price if you want to use a price range for the item
The lowest possible number of calories for a menu item
The high end of the range of calories for a menu item
Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)
Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)
curl -i -X POST \ https://docs.uberall.com/_mock/apis/swagger/menu-items \ -H 'Content-Type: application/json' \ -H 'accessToken: YOUR_API_KEY_HERE' \ -d '{ "title": "string", "description": "string", "identifier": "string", "listName": "string", "id": 0, "price": 0, "currency": {}, "category": "Starters, Drinks, Desert, etc.", "image": { "id": 0, "url": "string", "type": "LOGO", "description": "string", "uid": "string" }, "url": "string", "priceMax": 0, "caloriesLow": 0, "caloriesHigh": 0, "allergens": "Eggs, Dairy, Wheat, etc.", "dietaryRestrictions": "Vegetarian, Halal, etc." }'
Menu Item successfully created
Menu Item
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "menuItem": { … } } }
Delete a menu item identified by identifier in the url param
curl -i -X DELETE \ https://docs.uberall.com/_mock/apis/swagger/menu-items \ -H 'accessToken: YOUR_API_KEY_HERE'
Menu Item successfully deleted
Locations Hub - Locations - Persons
Locations Hub - Locations Photos
Locations Hub - Locations - Product
Locations Hub - Locations - Service Items
Locations Hub - Locations - Suggestions
Social Posting
Products - Social Posting