TypeScript / JavaScript
npm —
@zippendo/sdkPython
PyPI —
zippendoPHP
Packagist —
zippendo/zippendo-phpGo
github.com/zippendo/zippendo-goRuby
RubyGems —
zippendoInstall
Authenticate and make your first call
Create an API token in Settings → API (azipp_ 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.