Get the cart
get_cartRetrieve the current efood basket for a restaurant, listing each item with name, options, quantity, price, and the cart total. Each line includes an index for item removal.
Instructions
Read the shop's current server-side basket (the one shown in the efood app): line items with names, options, quantities, prices, and total. Each line has an index for remove_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Display language, e.g. "en" or "el" (default EFOOD_LANG). | |
| restaurant_id | Yes | Shop/restaurant id whose basket to read. |