# Deliveroo

Aggregator code: `deliveroo`

1. **Item Tags** — The item tag - "*non-alcoholic*" is mandatory for non-alcoholic items.
2. **Hero image** — Configuring the hero banner image is mandatory in Atlas.
3. **Sub-category** — Configuring the sub-categories is not NOT supported.
4. **Category Timing Groups** — Support for configuring the Category Timing Group is NOT available.
5. **Item Level Taxes & Charges** — Support for item-level taxes and charges configuration are NOT supported.
6. **Recommended Items** — Support for Featured/bestsellers/recommended items is NOT supported for this aggregator.
7. **Discounts** — Configuration of any sort of Offers/Promo/Discounts is NOT supported via UrbanPiper.
8. **Discount Birfucation** — Deliveroo doesn't share the split of discounts share.
9. **Taxes information** — Deliveroo doesn't share the taxes information on the order. While configuring the menu items, the item prices must be inclusive of the tax value.
10. **Order Status** — Aggregator doesn't consume the Order states - Acknowledged, Completed and Cancelled from UP. Passing these order states to UP from the POS system won't make any difference.
11. **Order Relay** — Orders will be relayed to POS only after the orders are accepted in the Deliveroo dashboard.
12. **Charges** — Deliveroo supports the "Surcharge" and "Delivery Charge" in the order payload.
13. **Nutritional Information and Servings** — Passing the nutritional information and Servings for every item is mandatory. 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.
14. **Store On/Off** — Store On/Off functionality is supported.
15. **Item On/Off** — Item On/Off functionality is supported.


---

# 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/deliveroo.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.
