Billbee Order Management
Manage orders, products, customers, stock and shipments in Billbee, the leading German/DACH multichannel order-management (Warenwirtschaft) platform used by 20,000+ online retailers.
7-day free trial · No credit card · EU-hosted
Ask Billbee anything
Try a real prompt against Billbee Order Management via AnythingMCP — Claude calls the tools, returns the answer. Press Enter on your own message to install on Cloud.
Install Billbee on CloudClaude is AI and can make mistakes. Please double-check responses.
Setup in 2 minutes
- 1Start a free trial on cloud.anythingmcp.com.
- 2Click Billbee Order Management in the connector store. Paste credentials when prompted.
- 3Mint an MCP API key and point your AI client at the generated MCP URL.
Guides for Billbee
Step-by-step setup for the most popular AI clients.
Setting up Billbee Order Management
From the connector definition itself: where to find the credentials, what they need to be allowed to do, and which API this adapter talks to.
Billbee is the leading German/DACH multichannel order-management tool (20,000+ retailers) connecting marketplaces and shops (Amazon, eBay, Otto, Kaufland, Shopify, WooCommerce, etc.). This connector wraps the REST API at https://api.billbee.io/api/v1.
Authentication (THREE credentials, all required)
Billbee requires both an application API key AND HTTP Basic Auth at the same time:
BILLBEE_API_KEY— sent in theX-Billbee-Api-Keyheader. Request it from Billbee (via their API request form / [email protected], describing what you build).BILLBEE_LOGIN_EMAIL— your Billbee account login email (Basic Auth username).BILLBEE_API_PASSWORD— a dedicated API password (NOT your normal login password). Enable the API and set this password in the Billbee web app under Settings → Billbee API → General Settings. All three are mandatory; the API key alone or Basic Auth alone will be rejected.
Pagination
List endpoints use page (1-based) and pageSize (max 250). Responses wrap rows in a paged envelope: a Data array plus a Paging object with Page, TotalPages, TotalRows. Iterate page until Page == TotalPages.
Orders
billbee_list_orders filters by minOrderDate/maxOrderDate and modifiedAtMin/modifiedAtMax (incremental sync). Order states are numeric; use billbee_get_order for full detail, or billbee_get_order_by_extref to look up by the marketplace's external order number.
Rate limit
Hard limit of 2 requests per second per (API key + user); exceeding it returns HTTP 429 — back off and retry. The API has usage-based pricing above a free allotment, so avoid tight polling loops; prefer modifiedAtMin/updatedOrNewSince-style incremental queries.
Your AI is two clicks away from Billbee Order Management.
Install the connector, paste your credentials, ask your AI a question. 7-day free trial, no credit card.