# ShippyPro

With ShippyPro integration, you will be able to display order tracking information directly on the app. Your users will also be able to receive a push notification when order shipping information is updated.

#### Create the API Key

To set up ShipyPro you will need an API Key. To do this go to the ShippyPro dashboard, in the right-hand menu select **Integrations & APIs -> APIs**. In the **API Keys** section Click on *"+ Add Key"*, a new API Key will be created.

Copy the API Key you just created and enter it on Shoppy by going to **Integrations -> ShippyPro ->** **Enable.** Enter the API Key in the API Key field of the popup that appears and click Save.

![](/files/CdWpl1hSxxplq6OoRy5r)

#### Push Notifications

To enable push notifications you will need to configure a *webhook* in the ShippyPro dashboard. Open the integration settings and copy the *Webhook* field.

Now go to the ShippyPro dashboard and in the right-hand menu select **Integrations & API -> API.** In the Webhook section click on "*+ Add Webhook*."

In the Webhook Url field enter the text you just copied from the Shoppy dashboard and in the Webhook Events field select *"Tracking Update."*

That's it, click *Save Webhook* and you will have everything configured to have users receive push notifications of updates for orders.


---

# 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://docs-en.shoppy.is/shoppy-dashboard/integrations/shippypro.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.
