# JustEat

Aggregator code: `justeat`

1. **Menu Publish** — The menu push to the aggregator is supported at the store level.
2. **Item Tags** — The item tag - "alcohol-present" is mandatory for alcohol items and "alcohol-absent" for non-alcohol items.
3. **Sub-category** — Configuring the sub-categories is not NOT supported.
4. **Category Timing Groups** — Support for configuring the Category Timing Group is available.
5. **Item Level Taxes & Charges** — Support for item-level taxes and charges configuration are NOT supported.
6. **Discounts** — Configuration of any sort of Offers/Promo/Discounts is NOT supported via UrbanPiper.
7. **Discount Birfucation** — Justeat doesn't share the split of discounts share.
8. **Taxes information** — Justeat doesn't share the taxes information on the order. While configuring the menu items, the item prices must be inclusive of the tax value.
9. **Order States** — Aggregator doesn't consume the Order states - Acknowledged, Completed and Cancelled from us. Passing these order states to UP from the POS system won't make any difference.
10. **Order Relay** — Orders will be relayed to POS only after the orders are accepted in the Justeat dashboard.
11. **Charges** — "Driver Tip", "Service Charge", "Packaging Charge" and "Delivery Charge" can be expected in the order payload. These charges must be configured directly in Justeat.
12. **Nutritional Information and Servings** — Passing the nutritional information and Servings for every item is optional. The complete list of Nutritional values is mentioned in the [Add/Update Menu](https://api-partner-docs.urbanpiper.com/v/api-documentation/endpoints/menu/add-update-menu) API. The Nutritional info value should be a positive integer.
13. **Store Timings** — Configuring the store timings is mandatory.
14. **Store On/Off** — Store On/Off functionality is supported.
15. **Item On/Off** — Item On/Off functionality is supported.
16. **Order Modification** — Justeat doesn't support the order edit functionality.


---

# 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://api-docs.urbanpiper.com/downstream/aggregator-constraints/justeat.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.
