pixi 26.06 is available from 2 June 2026. It includes several bug fixes, new features, enhancements and optimizations. Reference the numbers in parentheses if you have any questions for support. You can download the latest full installer after the database update on pixi Web under Administration > Downloads. pixi 26.07 is released on 07.07.2026.
API
🟩 Resolved Issue: We resolved an issue where pixiReadOrderHeader did not display data for orders that were combined with another order. Combined order data is now returned correctly. (1471662)
🟩 Resolved Issue: We modified the shipping cost handling in pixiMergeOrders for combined orders. The highest shipping cost from the merged orders are now applied. (1471662)
🟪 Enhancement: pixiCreateDelivery now supports multiple entries for the same item within a single API call when different batch management data is provided. In these cases, separate rows are created on the goods receipt document for that item, split according to the batch information received. (1425157)
🟪 Enhancement: We added a new enhancement to pixiCreateDelivery that can automatically apply an item's packing unit when creating deliveries. When UsePackingUnitAtCreateDelivery (a special configuration that can only be activated by customer support) is enabled for a supplier, the delivered quantity provided through the API is multiplied by the item's packing unit before the goods receipt document is created. (1457769)
Example: An item has a packing unit quantity of 6. The delivered quantity provided in the pixiCreateDelivery XML parameter is 5. As a result, the delivered quantity on the created goods receipt document is 30 (5 × 6).
🟪 Enhancement: pixiCreateReturn now allows to create returns with more than 1000 items. (1448906)
🟪 Enhancement: pixiGetOrderComments now supports the new Since and Rowcount parameters. The Since parameter can be used without an order number to return orders with comments added after a specified date, with a maximum of 1,000 records returned. The optional Rowcount parameter can be used to further limit the number of returned records. (1471554)
🟪 Enhancement: A new SupplNr filter parameter was added to the pixiGetItemSuppliers API procedure. This enhancement allows to retrieve all items for a specific supplier in a single call, reducing the need for multiple chained API calls. The new parameter supports both standalone filtering and combined filtering with existing item identifiers. (1470059)
🟪 Enhancement: pixiReadCustomerAccountMatch now supports the CustRef and CustomerAccountKey parameters. When the CustomerKey value (database ID of the customer) is provided as the CustRef parameter, the API returns all records from the customer’s account. When the CustomerAccountKey parameter (ID of a record in the Customer Account table) is provided, the API returns the details of that record. (1468843)