# Overview

This public API enables management of menus and orders on the Delivery Platforms. Integrate a restaurant’s Point of Sale (POS) system and the Delivery Platforms to improve menu and order handling processes.

{% hint style="info" %}
Production URL is the following

[https://integrations.mipos.shop](https://integrations.mipos.shop)
{% endhint %}

{% hint style="info" %}
Test URL is the following:

<https://sandbox.mipos.shop>
{% endhint %}

#### Implementation overview

| Deliveries              |                                                |
| ----------------------- | ---------------------------------------------- |
| **Menu API Endpoints**  | <p>Get menu</p><p>Upload menu</p>              |
| **Order API Endpoints** | <p>Webhook new order</p><p>Retreive orders</p> |

| POS                    |                                                    |
| ---------------------- | -------------------------------------------------- |
| **Menu API Endpoints** | <p>Get menu                 </p><p>Upload menu</p> |

{% hint style="success" %}
This API works with the following delivery platforms:

Uber Eats, Rappi, Didi Food, iFood/SinDelantal
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mipos.gitbook.io/public-api/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
