> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/store-manager/prime-app/aggregator-delivery-partner-support-contacts.md).

# Aggregator / Delivery Partner Support Contacts

**Need Help with Delivery Partner or Order Logistics?**\
\
If you're facing issues **after an order has been placed**, such as:

* A delivery partner is not picking up the food
* No rider is being assigned
* Delays or order fulfillment issues

We understand how frustrating this can be. Here's what you need to know:

#### 🔍 Who Handles What?

Once an order is placed on an aggregator platform (like Swiggy, Zomato, or Magicpin), **order fulfillment and delivery logistics are managed directly by the aggregator**.\
This includes:

* Delivery partner assignments
* Pickups
* Real-time tracking issues
* Delivery delays

#### ✅ What You Should Do

For the **fastest resolution**, we recommend reaching out **directly to the aggregator's support team**. They are best equipped to assist you with post-order logistics.

***

#### 📱 Where to Find Aggregator Support Contacts in Prime

You can quickly find the relevant contact numbers in your **UrbanPiper Prime App**:

1. Open the **Prime App**
2. Go to the **"More"** section
3. Tap on **"Aggregator Support."**
4. You’ll see a list of support contact numbers for all integrated aggregators

***

#### 📞 Common Aggregator Support Numbers

* **Swiggy Support**:\
  080-6744-6677\
  080-6817-9777
* **Zomato Support**:\
  011-4989-4800
* **Magicpin Support**:\
  7510-175-101

***

{% hint style="info" %}
By contacting the aggregator directly for delivery-related concerns, you ensure the **quickest and most accurate resolution** to your issue.\
\
If you encounter issues before placing your order, such as menu syncing or item availability, please don't hesitate to contact **UrbanPiper Support**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.urbanpiper.com/store-manager/prime-app/aggregator-delivery-partner-support-contacts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
