Billbee
Billbee is an order management, inventory, shipping, and invoicing platform for online sellers.
- Base URL:
https://app.billbee.io - Auth:
header:X-Billbee-Api-Key(pass your key via theapiKeyinput)
Operations
automaticprovisioning_termsinfo— GET /api/v1/automaticprovision/termsinfo — Returns infos about Billbee terms and conditionscloudstorageapi_getlist— GET /api/v1/cloudstorages — Gets a list of all connected cloud storage devicescustomeraddresses_getall— GET /api/v1/customer-addresses — Get a list of all customer addressescustomeraddresses_getone— GET /api/v1/customer-addresses/{id} — Queries a single customer address by idcustomer_getall— GET /api/v1/customers — Get a list of all customerscustomer_getcustomeraddress— GET /api/v1/customers/addresses/{id} — Queries a single address from a customer
Inputs
apiKey— your billbee API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: automaticprovisioning_termsinfo
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: automaticprovisioning_termsinfo, cloudstorageapi_getlist, customeraddresses_getall, customeraddresses_getone, customer_getall, customer_getcustomeraddress |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |