Client libraries

Note

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

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

Python

Python logo

You can install our Python SDK using pip. The source code is available on Github.

Copy
Copied
pip install shippo

Ruby

Ruby logo

The Ruby client library is available as a gem. The source code is available on Github.

Copy
Copied
gem install shippo

Node.JS

Node logo

The Node client library can be installed via npm. The source code is available on Github. Supported runtimes are listed here.

Copy
Copied
npm install shippo

PHP

PHP logo

The PHP client library can be installed through different methods. The source code and all installation methods are available on Github.

Java

Java logo

The Java client library can be installed through different methods. The source code and all installation methods are available on Github.

C#

C sharp logo

You can install our C# SDK using dotnet. The source code is available on Github.

Copy
Copied
dotnet add package Shippo

Community-maintained Libraries

Go

Go logo

The Go client library was built by Daniel Kang. The source code and installation methods are available on Github.

Test with the Shippo Postman Collection

Postman 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