billbee.io

Documentation of the Billbee REST API to connect a Billbee account to external aplications. Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key ide

🔑 apikey 76 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

npm install billbee-node-sdk
dotnet add package billbee-custom-shop-dotnet-sdk
dotnet add package billbee-dotnet-sdk
dotnet add package billbee-csharp-sdk
composer require billbee-bricklink
composer require billbee-php-sdk-api
composer require custom-shop-php-sdk
composer require billbee-php-sdk
curl examples
Get a list of all events optionally filtered by date. This request is extra t…
curl \
  -H "X-Billbee-Api-Key: $API_KEY" \
  https://app.billbee.io/api/v1/events
Get a list of all orders optionally filtered by date
curl \
  -H "X-Billbee-Api-Key: $API_KEY" \
  https://app.billbee.io/api/v1/orders
curl \
  -H "X-Billbee-Api-Key: $API_KEY" \
  https://app.billbee.io/api/v1/layouts
Endpoints (76 total)
GET
/api/v1/events
Get a list of all events optionally filtered by date. This request is extra t…
GET
/api/v1/orders
Get a list of all orders optionally filtered by date
GET
/api/v1/layouts
GET
/api/v1/products
Get a list of all products
GET
/api/v1/webhooks
Gets all registered WebHooks for a given user.
GET
/api/v1/customers
Get a list of all customers
GET
/api/v1/orders/{id}
Get a single order by its internal billbee id. This request is throttled to 6…
GET
/api/v1/cloudstorages
Gets a list of all connected cloud storage devices
GET
/api/v1/products/{id}
Queries a single article by id or by sku
GET
/api/v1/shipment/ping
GET
/api/v1/webhooks/{id}
Looks up a registered WebHook with the given {id} for a given user.
GET
/api/v1/customers/{id}
Queries a single customer by id
Language coverage
TypeScript
1
C#
3
PHP
4
At a glance
Total SDKs8
Languages3
Endpoints76
Authapikey
Categories1
https://app.billbee.io