Skip to content

Command: order.invoiceDeliveries

Back to Index

Invoice one or more Deliveries from an Order.

Body
numberPrefixstring (optional)

Optional prefix to add prepend to the invoice number. If not specified, the default ā€œIā€ will be used in combination with the OrderNumber prefix. Set to empty string to not use prefix.

mixedboolean (optional)

If true, the invoice will be a mixed invoice with both debit and credit items. If false, two separate invoices will be created.

deliveryIdsarray of uuid

List of Delivery IDs to be invoiced. Must contain at least one item.

Back to Index