pixi Developer & Integration Documentation

pixi 26.04


pixi 26.04 is available from 7 April 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.05 is released on 05.05.2026.


API

🟧 New Feature: A new API call pixiCreateItemSupplier is available. It allows you to assign a supplier to an item. It replaces pixiSetItemSupplier. (1414881)

🟧 New Feature: A new API call pipxUpdateItemSupplier is available. It allows you to update item supplier data (item code, price, etc). It replaces pixiSetItemSupplier. (1414896)

🟩 Resolved Issue: The API call pixiGetDeliveryItem now returns only unique batch management (BM) data in the XML response. Previously, duplicate entries were returned.

Known Issue: When multiple lines exist for the same item on a goods receipt document (for example, when multiple purchase orders containing the same item are used as a template), the API returns identical BM data in the XML section for each line item. This behavior aligns with the original implementation. When consuming data through API, ensure you account for this scenario by handling BM data at the item level rather than per line item. (1433881)

🟪 Enhancement: The Imputed Supplier Price field is now returned in the pixiGetItemInfo and pixiReadItems API responses. (1397320)

🟪 Enhancement: Documentation was improved for pixiReadDeliveryHeaders and pixiReadDeliveryItems, to match the functionality. (1418104)


pixi Messaging

🟧 New Feature: A new messaging event, ReturnCreated, is now available in pixi Messaging. When enabled, a message is sent when a new return case is created in pixi Mobile. This event complements the existing ReturnStatusChanged event, which is published for every return case status change. The message includes returnId, invoiceId, invoiceNr, returnStatusId (1), and returnStatus (New). (1409737)

🟩 Resolved Issue: No message was sent for EXSupplierOrderStatusChanged when a supplier order was closed automatically when delivered quantities are added via matched goods receipt document. (1371144)

🟪 Enhancement: The messaging events InvoiceCreated, InvoiceChanged, and InvoiceDeleted now include the field refToInvoiceKey when the document relates to a Return. This field is not included for standard invoices. (1410070)

🟪Enhancement: Message delivery in pixi Messaging is now more reliable during server-side infrastructure issues, improving consistency and reducing delays. (1436383)

🟪 Enhancement: We improved message delivery reliability in pixi Messaging in case there are server infrastructure disruptions. (1436383)


Back to top