Fetch the current inventory for making an order
GET {{server_url}}/menu
Retrieve the current menu from the inventory database
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"flavors":[{"flavorName":"Strawberry","count":50},{"flavorName":"Chocolate","count":75}],"toppings":[{"toppingName":"Hot Fudge","count":50},{"toppingName":"Sprinkles","count":2000},{"toppingName":"Whipped Cream","count":50}]}