Billbee MCP connector
Billbee is an e-commerce order management platform that connects online shops, marketplaces, and shipping providers to centralize multi-channel selling operations. The Billbee MCP connector allows AI agents to manage orders, products, and customers, create and update customer addresses, and handle user accounts. It also supports retrieving terms and conditions, accessing connected cloud storage devices, and querying customer data across the Billbee environment.
Authentication type
- Basic Auth - Requires a username and password to be configured for the agent to access the service.
Uses
Use the Billbee MCP connector to perform the following actions:
- Create and update customer records with addresses and contact information
- Retrieve and manage orders with filtering by date and status
- Generate invoices and delivery notes for existing orders
- Query order states, payment types, and shipping carriers
- Add and modify customer addresses across your Billbee account
- Track events and changes in your Billbee instance over time
- Create new orders programmatically from external systems
Example prompts
Use the following example prompts to invoke Billbee MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all orders created in the last 30 days in Billbee.Create a new customer in Billbee with their address information.What payment types are available in my Billbee account?Generate an invoice for order number 12345 in Billbee.List all customers and filter by those in Germany.Add a new shipping address to customer ID 5678.What events occurred in my Billbee account yesterday?Create a delivery note for the order we just shipped.Update the customer address for ID 9012.Find the order in Billbee using the external order number ABC-2024-001.
Billbee MCP connector tools
The Billbee MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| AutomaticProvisioning_CreateAccount | Creates a new Billbee user account with provided details. |
| AutomaticProvisioning_TermsInfo | Returns information about Billbee's terms and conditions. |
| CloudStorageApi_GetList | Retrieves a list of all connected cloud storage devices. |
| CustomerAddresses_GetAll | Retrieves a list of all customer addresses in the system. |
| CustomerAddresses_Create | Creates a new customer address with provided information. |
| CustomerAddresses_GetOne | Retrieves a single customer address by its identifier. |
| CustomerAddresses_Update | Updates an existing customer address by its identifier. |
| Customer_GetAll | Retrieves a list of all customers in the system. |
| Customer_Create | Creates a new customer with provided information. |
| Customer_GetCustomerAddress | Retrieves a single address associated with a customer. |
| Customer_PatchAddress | Updates one or more fields of a customer's address. |
| Customer_UpdateAddress | Updates all fields of a customer's address. |
| Customer_GetOne | Retrieves a single customer by its identifier. |
| Customer_Update | Updates an existing customer by its identifier. |
| Customer_GetCustomerAddresses | Retrieves a list of addresses associated with a customer. |
| Customer_AddCustomerAddress | Adds a new address to an existing customer. |
| Customer_GetCustomerOrders | Retrieves a list of orders associated with a customer. |
| EnumApi_GetOrderStates | Returns a list of all defined order states. |
| EnumApi_GetPaymentTypes | Returns a list of all defined payment types. |
| EnumApi_GetShipmentTypes | Returns a list of all defined shipment types. |
| EnumApi_GetShippingCarriers | Returns a list of all defined shipping carriers. |
| EventApi_GetList | Retrieves a list of events optionally filtered by date. |
| LayoutApi_GetList | Retrieves a list of available layouts. |
| OrderApi_GetList | Retrieves a list of orders optionally filtered by date. |
| OrderApi_PostNewOrder | Creates a new order in the Billbee account. |
| OrderApi_CreateDeliveryNote | Creates a delivery note for an existing order. |
| OrderApi_CreateInvoice | Creates an invoice for an existing order. |
| OrderApi_GetPatchableFields | Returns a list of fields that can be updated for orders. |
| OrderApi_Find | Finds a single order by its external order identifier. |
| OrderApi_GetByExtRef | Retrieves a single order by its external reference number. |
| OrderApi_GetInvoiceList | Get a list of all invoices optionally filtered by date. This request ist throttled to 1 per 1 minute for same page and m. |
| OrderApi_Get | Get a single order by its internal billbee id. This request is throttled to 6 calls per order in one minute. |
| OrderApi_PatchOrder | Updates one or more fields of an order. |
| OrderApi_UpdateState | Changes the main state of a single order. |
| OrderApi_ParsePlaceholders | Parses a text and replaces all placeholders. |
| OrderApi_SendMessage | Sends a message to the buyer. |
| OrderApi_AddShipment | Add a shipment to a given order. |
| OrderApi_TagsCreate | Attach one or more tags to an order. |
| OrderApi_TagsUpdate | Sets the tags attached to an order. |
| OrderApi_TriggerEvent | Triggers a rule event. |
| Article_GetList | Get a list of all products. |
| Article_CreateArticle | Creates a new product. |
| Article_GetPatchableFields | Returns a list of fields which can be updated with the patch call. |
| Article_GetCategory | GEts a list of all defined categories. |
| Article_GetCustomFields | Queries a list of all custom fields. |
| Article_GetCustomField | Queries a single custom field. |
| Article_DeleteImages | Delete multiple images by id. |
| Article_DeleteImage | Deletes a single image by id. |
| Article_GetImage | Returns a single image by id. |
| Article_GetReservedAmount | Queries the reserved amount for a single article by id or by sku. |
| Article_GetStocks | Query all defined stock locations. |
| Article_UpdateStock | Update the stock qty of an article. |
| Article_UpdateStockCode | Update the stock code of an article. |
| Article_UpdateStockMultiple | Update the stock qty for multiple articles at once. |
| Article_DeleteArticle | Deletes a product. |
| Article_GetArticle | Queries a single article by id or by sku. |
| Article_PatchArticle | Updates one or more fields of a product. |
| Article_GetImages | Returns a list of all images of the product. |
| Article_PutImages | Add multiple images to a product or replace the product images by the given images. |
| Article_DeleteImageFromProduct | Deletes a single image from a product. |
| Article_GetImageFromProduct | Returns a single image by id. |
| Article_PutImage | Add or update an existing image of a product. |
| Search_Search | Search for products, customers and orders. Type can be "order", "product" and / or "customer" Term can contains lucene q. |
| Shipment_GetPing | Shipment_Get Ping. |
| Shipment_PostShipment | Creates a new shipment with the selected Shippingprovider. |
| Shipment_GetList | Get a list of all shipments optionally filtered by date. All parameters are optional. |
| Shipment_GetShippingCarrier | Queries the currently available shipping carriers. |
| Shipment_GetShippingproviders | Query all defined shipping providers. |
| Shipment_ShipWithLabel | Creates a shipment for an order in billbee. |
| WebHookManagement_DeleteAll | Deletes all existing WebHook registrations. |
| WebHookManagement_Get | Gets all registered WebHooks for a given user. |
| WebHookManagement_Post | Registers a new WebHook for a given user. |
| WebHookManagement_GetFilters | Returns a list of all known filters you can use to register webhooks. |
| WebHookManagement_Delete | Deletes an existing WebHook registration. |
| WebHookManagement_Lookup | Looks up a registered WebHook with the given {id} for a given user. |
| WebHookManagement_Put | Updates an existing WebHook registration. |