> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.goshippo.com/feedback

```json
{
  "path": "/docs/Guides_general/ClientLibraries",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# SDKs

> Find Shippo SDKs for Python, Node.js, Java, C#, PHP, and Go, plus our Postman collection for API testing.

<Info>
  **Note**

  We are currently updating each of our client libraries. Refer to each library source for the latest information.
</Info>

While you can use Shippo's shipping API by making direct HTTP requests to our servers, we provide SDKs for our API to make it easier to access them from a list of supported languages. You can find out more about the available libraries for the language of choice below.

***

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/python.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=eee509572f07557ddb4bdfcab3ce0acb" alt="Python logo" width="50" data-path="images/python.svg" /> Python

You can install our Python SDK using pip. The source code is available on [GitHub](https://github.com/goshippo/shippo-python-sdk).

```python theme={null}
pip install shippo
```

***

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/nodejs.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=a29fb5196307a171b6edd86a5e3b2227" alt="Node logo" width="50" data-path="images/nodejs.svg" /> Node.JS

The Node client library can be installed via [npm](https://www.npmjs.com/package/shippo). The source code is available on [GitHub](https://github.com/goshippo/shippo-javascript-sdk).
Supported runtimes are listed [here](https://github.com/goshippo/shippo-javascript-sdk/blob/main/RUNTIMES.md).

```node theme={null}
npm install shippo
```

***

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/java.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=0bbc251a55d668feb7db8334fc22e2b8" alt="Java logo" width="50" data-path="images/java.svg" /> Java

The Java client library can be installed through different methods
The source code and all installation methods are available on [GitHub](https://github.com/goshippo/shippo-java-sdk).
The Java package is available in [Maven central repository](https://central.sonatype.com/artifact/com.goshippo/shippo-sdk).

```
pkg:maven/com.goshippo/shippo-sdk@latest
```

***

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/dotnet.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=35549e870f2bca9378bb6a9f4c919924" alt="C sharp logo" width="50" data-path="images/dotnet.svg" /> C\#

You can install our C# SDK using [NuGet](https://www.nuget.org/packages/Shippo/).
The source code is available on [GitHub](https://github.com/goshippo/shippo-csharp-sdk).

```cs C# theme={null}
dotnet add package Shippo
```

***

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/php.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=57af3c47761715fe970a8faa3b2aea1e" alt="PHP logo" width="50" data-path="images/php.svg" /> PHP

The PHP client library can be installed through different methods. The source code and all installation methods are available on [GitHub](https://github.com/goshippo/shippo-php-client).

***

## Community-maintained Libraries

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/golang.png?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=98733088319ed4f701d83d8719552259" alt="Go logo" width="50" data-path="images/golang.png" /> Go

The Go client library was built by [Daniel Kang](https://github.com/d5). The source code and installation methods are available on [GitHub](https://github.com/d5/go-shippo).

## Postman

### <img src="https://mintcdn.com/shippo-f4b7b609/o3pSHzWv8pMmorWX/images/postman-logo.svg?fit=max&auto=format&n=o3pSHzWv8pMmorWX&q=85&s=3c93a9b9884da9a0d6962723d672f523" alt="Postman logo" width="50" data-path="images/postman-logo.svg" /> Shippo Postman Collection

[Postman](https://www.getpostman.com/) is an app for easy RESTful API exploration. Use the Shippo Postman Collection to quickly and easily test API requests during development.

[![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/22332580-e3f0581d-41f8-4c5c-894e-d9e22a87f6a5?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D22332580-e3f0581d-41f8-4c5c-894e-d9e22a87f6a5%26entityType%3Dcollection%26workspaceId%3Da131fa9b-fc39-440e-93bb-2586e9e1eb93)
