SDKs
Official Python and TypeScript clients for the ListBee API.
ListBee ships first-party SDKs for Python and TypeScript. Both are thin wrappers over the REST API with typed responses, automatic retries, and cursor-based pagination helpers.
Python
Install
Requires Python 3.9+.
Auth
Pass api_key explicitly, or set the LISTBEE_API_KEY environment variable and call ListBee() with no arguments.
Create a listing
List orders
Source
github.com/listbee-dev/listbee-python
TypeScript
Install
Requires Node.js 18+. Works in Deno and Bun.
Auth
Or set LISTBEE_API_KEY in your environment and omit the argument.
Create a listing
List orders
Source
github.com/listbee-dev/listbee-typescript
curl reference
All SDK methods map 1:1 to REST endpoints. Any example can be run with curl: