> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/integrations/send-your-whatsapp-orders-to-shiprocket-using-chatbot.md).

# Send Your WhatsApp Orders to ShipRocket Using Chatbot

## Overview

Kickstart a seamless logistics journey by integrating **Shiprocket** with your system. This guide walks you through connecting Shiprocket, with a focus on the "Connect" action—enabling your store or chatbot to automatically pass customer details, shipping addresses, and product data to generate shipping labels, schedule pickups, and track deliveries in real time.

<figure><img src="/files/nhBx3ou66Ujw9n5Wofe7" alt=""><figcaption></figcaption></figure>

## **Setting Up Shiprocket Integration**

1\. To get started, navigate to the **Integrations** section and click on **Shiprocket**.

2. Once you select the Shiprocket Connector, you'll be prompted to either create a new connection or select an existing one.
3. If you're adding a new connection, enter the **connection name**, **email** and **password** then click on **Create**.
4. The newly created connection will appear under **Select Existing Connection**, ready to be used in your workflows for order creation and shipping automation.

<figure><img src="/files/vAGKybhinaHW2rMfKSPC" alt=""><figcaption></figcaption></figure>

## **Using Shiprocket to Create a Shipping Order**

1. Once you click on **'Connect,'** you'll be directed to select **'Create Order'** or **'Get Order'** action. Create Order is applicable only in order based flow.&#x20;

<figure><img src="/files/xvR1FspkkuLHFGd83NPa" alt=""><figcaption></figcaption></figure>

2. Select Get Order and enter **Order ID** and select **Save response in variable**.&#x20;

<figure><img src="/files/6HfF7hv8cZtokDiKToQf" alt=""><figcaption></figcaption></figure>

3. Click **Save**.

Once submitted, Shiprocket automatically generates a shipping order, schedules a pickup, and provides a tracking link—all of which can be shared with the customer via WhatsApp for real-time updates.


---

# 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://docs.bizmagnets.ai/bot-flows/integrations/send-your-whatsapp-orders-to-shiprocket-using-chatbot.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.
