> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/whatsapp-commerce/logistics-integration/delivery-partner-integrations.md).

# Delivery Partner Integrations

### Overview

Use **Apps** to connect supported logistics providers to your store.

After connection, the system can pass shipment data to the provider and receive delivery updates back.

This section is for partner-based logistics only.

If you manage delivery with your own setup, continue with [Logistics Core Module](/whatsapp-commerce/logistics-integration/logistics-core-module.md).

This setup supports:

* shipment creation
* pickup request handling
* tracking and status sync

### Available integrations

Use the provider pages under this section for integration-specific setup.

Current provider page:

* [Delhivery](/whatsapp-commerce/logistics-integration/delivery-partner-integrations/delhivery.md)

### What this section covers

This section covers the provider-level connection model.

It does not replace your store-level delivery settings.

It is designed to support multiple logistics partners.

New partner integrations can be added over time under the same model.

Provider pages under this section explain:

* access and setup steps
* provider-specific configuration
* pickup and webhook behavior

### How to use this section

1. Open the required provider page.
2. Complete the provider integration setup.
3. Continue with the catalog delivery settings in [Logistics Core Module](/whatsapp-commerce/logistics-integration/logistics-core-module.md).

### Next step

Start with the provider you want to connect:

* [Delhivery](/whatsapp-commerce/logistics-integration/delivery-partner-integrations/delhivery.md)

Then continue with:

* [Logistics Core Module](/whatsapp-commerce/logistics-integration/logistics-core-module.md)
* [Fulfillment Workflow](/whatsapp-commerce/logistics-integration/fulfillment-workflow.md)
* [FAQs](/whatsapp-commerce/logistics-integration/delivery-partner-integrations/faqs.md)


---

# 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.pickyassist.com/whatsapp-commerce/logistics-integration/delivery-partner-integrations.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.
