> 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/logistics-core-module/automatically-initiate-request-to-pickup.md).

# Automatically Initiate Request to Pickup

### Overview

Automatically Initiate Request to Pickup reduces manual work in order fulfillment.

When this setting is enabled, the system sends a pickup request automatically when an order reaches the status you choose.

### Why it matters

Manual pickup requests can cause:

* Delays in order dispatch
* Missed actions
* Increased operational workload

Automation helps you:

* **Speed up order processing**
* **Ensure consistency in operations**
* **Reduce dependency on manual intervention**
* **Improve delivery turnaround time**

### How it works

1. Open **Delivery Settings** in the catalog edit flow.
2. Enable automatic pickup initiation.
3. Select the order status that should trigger pickup.

   <figure><img src="/files/Bj3TRerIw1LxYzQyKuHB" alt=""><figcaption></figcaption></figure>
4. When an order moves to that status, the system sends a pickup request automatically.

   The screenshot below shows the order in 360 View.

   <figure><img src="/files/aw1dYWqrzLJhiJZmnBFG" alt=""><figcaption></figcaption></figure>
5. No manual pickup action is required from the operations team.

### Example

* Your warehouse team marks an order as **Processed**.
* The system instantly creates a pickup request.
* The delivery partner is notified immediately.

This keeps the order moving without delay.

### Best practices

* Choose a status that means the order is ready for dispatch.
* Avoid early statuses such as **Placed** or **Confirmed**.
* Review the selected trigger status whenever your workflow changes.


---

# 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:

```
GET https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/automatically-initiate-request-to-pickup.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.
