pixi 26.07 is available from 7 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.08 is released on 04.08.2026.
API
🟧 New Feature: A new API call is now available: pixiGetInvoicePublicLink. Use it to retrieve invoice PDFs through a temporary public URL by providing an InvoiceId or InvoiceNr. The response includes the InvoiceId, InvoiceNr, DownloadLink, and LinkExpirationDate for eligible invoices. Link expiration is controlled by the new DownloadLinkApiExpiryMinutes setting, which defaults to 30 minutes. It returns Invoice Not Found when the invoice does not exist and Document Not Found when the invoice exists but no PDF is available in document storage. (1459863)
🟧 New Feature: A new API call is now available: pixiCreateInvoicePackage. The call creates invoice packages for existing invoices, including package lines in a single request. This enables partner integrations to assign tracking IDs and shipping labels to individual shipment packages without relying on deprecated API behavior. (1445832)
🟩 Resolved Issue: We resolved an issue in the pixiGetChangedItemStock API where stock could be reduced twice when excluded bin groups were used. Excluded bin groups now apply only to normal stock bins, ensuring stock is calculated correctly. (1480530)
🟩 Resolved Issue: Item and order imports via API now prevent processing a new XML file while a previous import process is still running. (1286815)
🟪 Enhancement: The pixiCreateSDeliveryByTemplate call now checks for existing Goods Receipt documents for the specified purchase order before creating a new one. If an open goods receipt document already exists, the API returns an error and prevents duplicate document creation. If no goods receipt document exists, or the existing document is closed, a new goods receipt document can be created for purchase order items that have not yet been marked as delivered. Please note: The API documentation has been updated to recommend using pixiCreateDelivery instead of pixiCreateSDeliveryByTemplate. (1491108)
pixi Messaging
🟩 Resolved Issue: We resolved an issue where stock export via Messaging did not function correctly for pixiEXItemStockChangedExtended and pixiEXItemStockChanged. (1477834)
🟩 Resolved Issue: We resolved an issue with messaging event pixiEXRequestPackageLabel where editing the package weight or shipping vendor in pixi Web (Customer Service > Invoices and Credits > Packages) deleted the shipping label URL but did not request a new label for shipping vendors configured as PDF Download from URL (table Shipping Vendors > Vendor > Label). (1497773)