Create Order Confirmation
lexware_create_order_confirmationCreate an order confirmation in Lexware by supplying voucher date, address, line items, total price, and tax conditions. Use this action to generate order confirmations directly through the API.
Instructions
Create a new order confirmation in Lexware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Order confirmation JSON body. Key fields: voucherDate, address (object with contactId or manual fields), lineItems (array with name, quantity, unitPrice, etc.), totalPrice (object), taxConditions (object). See Lexware API docs for full schema. |