# FedEx Integration with Bloom

### **Steps to find your FedEx Client id (API Key)**

**Step 1**: Go to the[ FedEx Developer Portal](https://developer.fedex.com/) website.

**Step 2**: Log in to your FedEx account.

**Step 3**: Locate your project from the project list.

**Step 4**: Open the project overview page for the selected project.

**Step 5**: Find your **Client ID** (also called **API Key**) on the project overview page.

**Step 6**: If you’re setting up for production, go to the “**Get Project Keys**” section to find both your **Client ID (API Key)** and **Secret Key**.

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

### Connect Your FedEx Account

After completing the steps above, enter your details below to connect your FedEx account and fetch shipping costs for your orders:

* **Client ID**: Enter your FedEx Client ID.
* **Client Secret**: Enter your FedEx Client Secret.
* **FedEx Account Number**: Enter your FedEx Account Number.

Click Connect to complete the integration with Bloom.

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

### **Troubleshooting**

**Invalid API Key**: Double-check the API key and secret entered in Bloom Analytics.

**Connection Issues**: Ensure that the FedEx API services are not down. You can check the FedEx status page for updates.

### **Support**

If you encounter any issues or need additional help, contact our support team at <mark style="color:blue;"><support@bloomanalytics.io></mark> or refer to the FedEx Developer Support page for more detailed troubleshooting.

<br>


---

# 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.bloomanalytics.io/integrations/fedex-integration-with-bloom.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.
