bexio Deliveries
bexio_deliveriesList, retrieve, and issue draft delivery notes. Issuing finalizes the delivery and adjusts stock when stock management is active.
Instructions
Read and issue delivery notes (kb_delivery). Deliveries are created from orders (use bexio_orders action "create_delivery"). Actions: "list" (all deliveries, optional limit/offset/order_by: id, total, total_net, total_gross, updated_at), "get" (delivery by id, includes positions), "issue" (issue a draft delivery by id — moves it from Draft (status 10) to Done (18); this finalizes the delivery note and adjusts stock when stock management is active).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Delivery id (required for "get" and "issue") | |
| limit | No | Maximum number of results (default 500, max 2000) | |
| action | Yes | Operation to perform | |
| offset | No | Number of results to skip (pagination) | |
| order_by | No | Field to order by; append "_desc" for descending (e.g. "id_desc") |