Fetch Hedera DLT-anchored cryptographic evidence for a shipment, proving the batch-to-shipment smart contract lock was executed and recorded on the public ledger.
When a batch is linked to a logistics shipment through the AgriBackup smart contract, the binding event is permanently recorded on the Hedera Hashgraph ledger. This creates a cryptographic proof that a specific commodity batch — with all its associated polygon and compliance data — was irrevocably attached to a named logistics shipment at a verifiable point in time. You can retrieve this shipment anchoring evidence at any time by supplying the shipment reference. This evidence is commonly requested by customs authorities, EU border inspection posts, and third-party auditors as part of the EUDR clearance documentation package.
The unique identifier of the shipment whose cryptographic anchoring evidence you want to retrieve. This corresponds to the shipmentReference value provided when you called the Link Batch to Shipment endpoint. Evidence is available after the shipment.linked webhook event has been received, confirming consensus on the Hedera ledger.
The type of entity for which evidence was anchored. Will be BATCH for shipment anchoring events, as the batch is the primary entity linked during the shipment locking operation.
An array of all Hedera consensus transaction IDs associated with this shipment anchoring event. Each ID is independently verifiable on the Hedera Mirror Node.
When assembling a complete EUDR compliance package for an auditor or customs authority, combine the batch evidence, polygon evidence for each polygon in the batch, and this shipment evidence into a single submission. Together, they form an end-to-end cryptographic chain of custody from farm origin to EU border entry point.