/
BI
billbee
/
Billbee API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 4w ago
Details
Filter operations
ApiUsage
2
CloudStorage
1
CustomerAddresses
4
Customers
10
EnumApi
6
Events
1
Orders
21
post
/api/v1/orders/createmultiple
get
Get a list of all orders optionally filtered by date
post
/api/v1/orders
put
Sets the tags attached to an order
post
Attach one or more tags to an order
post
Add one or more tags to multiple orders
get
Get a single order by its internal billbee id. This request is throttled to 6 calls per order in one minute
patch
Updates one or more fields of an order
get
Get a single order by its external order number
put
Changes the main state of a single order
post
Add a shipment to a given order
get
Get a list of all invoices optionally filtered by date. This request ist throttled to 1 per 1 minute for same page and minInvoiceDate
get
Find a single order by its external id (order number)
post
Create an delivery note for an existing order. This request is extra throttled by order and api key to a maximum of 1 per 5 minutes.
post
Create an invoice for an existing order. This request is extra throttled by order and api key to a maximum of 1 per 5 minutes.
get
Returns a list of fields which can be updated with the orders/{id} patch call
post
Sends a message to the buyer
post
Triggers a rule event
post
Parses a text and replaces all placeholders
post
Adds a message to the order
get
/api/v1/layouts
Products
24
Provisioning
2
Shipments
8
ShopAccounts
1
Webhooks
7
Orders
post
/api/v1/orders/createmultiple
Request body
RechnungsdruckWebAppControllersApiApiBatchRequestOfBillbeeInterfacesBillbeeAPIModelOrder[]
required
RequestId
string
Data
BillbeeInterfacesBillbeeAPIModelOrder
A class that represents the Billbee data model of a single order
Response
OK
RechnungsdruckWebAppControllersApiApiBatchResponseOfBillbeeInterfacesBillbeeAPIModelOrder[]
required
RequestId
string
Result
RechnungsdruckWebAppControllersApiApiResultOfBillbeeInterfacesBillbeeAPIModelOrder
Changes