Skip to main content
Free quantity on order line items

Free Quantity on Order Line Items

New field freeQuantity added to order line items (OrderItem), matching the field already available on invoice and credit note line items. It represents quantity provided free of charge in addition to (not part of) quantity — for example, a line with quantity 10 and freeQuantity 2 means 12 units are delivered in total, 2 of which are free of charge.
Transport label on transport units

Transport Label (SSCC Labels)

New read-only field transportLabel on transport units for Shipping Notice and Dispatch Instruction Response, returned by GET /v2/transactions. It contains zplUrl and pdfUrl — links to the generated SSCC transport label in ZPL and PDF format. The field is populated by Procuros and is not accepted on input.
Automatic cleanup of outdated document versions

Automatic Cleanup of Outdated Document Versions

When a new version of a document is detected, any older version that is still waiting to be collected is now automatically removed from the pending queue. This means GET /v2/transactions will only ever return the latest version of a document — you no longer need to check isLatestVersion when processing pending transactions, though it remains available for completeness.See Document Versioning for full details.
Document versioning fields

Document Versioning

New fields on Transaction and ReceivedTransaction schemas: replacesProcurosTransactionId, replacedByProcurosTransactionId, and isLatestVersion — allowing you to detect superseded documents and trace version chains.New guide: Document Versioning — explains how Procuros links old and new versions of the same document. All receiving guides have been updated with versioning information.
Order identifier on shipping notice line items

Order Identifier on Shipping Notice Line Items

New field orderIdentifier added to shipping notice line items, allowing you to trace each line back to its originating order.
Technical sender party

Technical Sender Party

New party technicalSender added to all document types. This identifies the system or party that technically transmitted the document, which may differ from the commercial sender.
Relaxed ship-to identifier requirements

Relaxed Ship-To Identifier Requirements

Identifier fields on the shipTo party are no longer required, giving more flexibility when the shipping destination does not carry a formal identifier.
Receival notice

Receival Notice

Added receival notice documentation. See Sending Receival Notices.
Pricing unit fields on orders

Pricing Unit Fields on Orders

New fields pricingUnitQuantity and pricingUnitOfMeasure added to order line items, supporting scenarios where the pricing unit differs from the ordering unit.
Order response documentation

Order Response Documentation

Added order response pages for both Sending and Receiving.