Skip to main content
Official, open-source (MIT) client libraries for the Zippendo public API. Each SDK is generated from this same API reference, so it always matches the endpoints documented here.

TypeScript / JavaScript

npm — @zippendo/sdk

Python

PyPI — zippendo

PHP

Packagist — zippendo/zippendo-php

Go

github.com/zippendo/zippendo-go

Ruby

RubyGems — zippendo

Install

Authenticate and make your first call

Create an API token in Settings → API (a zipp_ Bearer token). The base URL defaults to https://api.zippendo.com.
Every call takes an orgId (your organization ID). It is explicit on each call by design: one API token can be granted access to multiple organizations, so orgId selects which one the request acts on.

Resources

Each SDK exposes a client per resource — ShipmentsApi, OrdersApi, CarriersApi, AddressesApi, RulesApi, WebhooksApi, TokensApi, and more — mirroring the endpoints in the API Reference. Pagination (page/limit), request bodies, and error handling (canonical { code, error, message }) are documented in each SDK’s repository README.

Reference

Browse every endpoint with an interactive playground in the API Reference.
Building with AI agents? The MCP server exposes the same operations to Claude, Cursor, ChatGPT, and other MCP clients over OAuth — no SDK install required.