> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-create-shipping-agreements-in-claimlane.md).

# How to create Shipping Agreements in Claimlane

### 1. Navigate to the Company View <a href="#h_473578c0e7" id="h_473578c0e7"></a>

From your Inbox in Claimlane, click on manage company at the top to enter the Company view.\
​

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1572976817/c6540f41b5d434f59aebbc672151/Captura+de+pantalla+2025-06-16+a+las+12_22_48.png?expires=1759142700&#x26;signature=3625af324b12b527aea6f54beb8f37e8b1d913b95e4293bb276ce469a42f232f&#x26;req=dSUgFMB5m4leXvMW1HO4zSZz6tpONzId%2FPdlZMSekO7FMIjCTHi8dQX4AYhe%0A6KM6%0A" alt="" width="588">

### 2. Go to Shipping Agreements <a href="#h_69aeba4c57" id="h_69aeba4c57"></a>

In the left-hand menu, scroll down and click on Shipping agreements to access the setup page.

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1572978801/762d4dabf77e02b6094b7db036a1/Captura+de+pantalla+2025-06-16+a+las+12_24_26.png?expires=1759142700&#x26;signature=238514346bddd432a610b82515e6ad5555cd021f8ffd437b32bb6778226e8c61&#x26;req=dSUgFMB5lYlfWPMW1HO4zXr3IWIg6wFUCU7YR0lNd1THSKnNCRsEJAE3Az7D%0A00BZ%0A" alt="" width="588">

### 3. Add a New Shipping Agreement <a href="#h_1456205894" id="h_1456205894"></a>

To create a new agreement, click on the Add agreement button located in the top-right corner.

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1572981766/5ec94fc976419991523002386d29/Captura+de+pantalla+2025-06-16+a+las+12_25_39.png?expires=1759142700&#x26;signature=4e0cc5f3fd2b206b57c28efa97ae05740f997ddc00b4da0fcdcb05abf4c52ad7&#x26;req=dSUgFMB2nIZZX%2FMW1HO4zRfnBWblN8Fc7qKDJ1ADwYG043hZCHot5OQ85zyD%0A%2Fobd%0A" alt="" width="588">

### &#x20;4. Fill in the Shipping Agreement Details <a href="#h_b747aa7b9a" id="h_b747aa7b9a"></a>

In the form, fill out the following key fields to setup the agreement:\
​

* Service Display Name: A descriptive name of the shipping service (e.g., “Free Returns - DK”).
* Title: Typically the name of the carrier (e.g., “PostNord”, “GLS”).
* Return Price: Set up the shipping label cost in Claimlane so customers are charged for the labels.
* Service: Select the carrier integration used for this agreement (e.g., Webshipper, Homerunner).
* Shipping Identifier: Unique identifier for the shipping method.
* Base URL: The base API URL for the carrier's integration.
* Client ID & Client Secret: Credentials used by Claimlane to authenticate with the carrier.

Note: When entering or editing information in any field, make sure to click the green checkmark on the right to save your changes. Unsaved fields will not be included in the agreement.\
​

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1572996943/ca1c3f88d758476594f00e47227b/Captura+de+pantalla+2025-06-16+a+las+12_59_47.png?expires=1759142700&#x26;signature=407565754c7e11251877f69075124d539568c0e7640d261757d161c54a31d001&#x26;req=dSUgFMB3m4hbWvMW1HO4zSOpc5aJZoqUrHe8vCQ8jvhnf5vaGkOQYIxvujry%0Avheq%0A" alt="" width="588">

\
Once all required fields are filled and saved, your shipping agreement will be active and ready for use. This ensures that return shipments can be handled smoothly and automatically through the selected carrier integration.\
​


---

# 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://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-create-shipping-agreements-in-claimlane.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.
