ProcessShipNotice — Ship notice (ASN)
OAGIS BOD combining the verb Process and the noun ShipNotice. Business cornerstone of the logistics domain in the OAGIS 10.x ecosystem.
BOD purpose
The ProcessShipNotice BOD is the OAGIS canonical despatch advice, direct equivalent of EDIFACT DESADV and X12 856 (ASN). Distributed from seller to buyer, it announces that a shipment is on its way with its detailed content.
Structure (ApplicationArea + DataArea)
As every OAGIS BOD, ProcessShipNotice stacks an
ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and
a DataArea business payload containing the verb Process
and the noun ShipNotice.
XML example
Minimal OAGIS 10.x payload for didactic purposes. The structural elements (header + business line) are required in any conformant implementation.
<?xml version="1.0" encoding="UTF-8"?>
<ProcessShipNotice
xmlns="http://www.openapplications.org/oagis/10"
releaseID="10.11" versionID="10.11">
<ApplicationArea>
<Sender>
<LogicalID>ERP-CENTRAL-EU</LogicalID>
<ComponentID>LogisticsModule</ComponentID>
<ConfirmationCode>OnError</ConfirmationCode>
</Sender>
<CreationDateTime>2026-05-16T10:15:00Z</CreationDateTime>
<BODID>5a8f7d2e-2b15-4c1a-9e6f-processshipnotice-2026-0014</BODID>
</ApplicationArea>
<DataArea>
<Process>
<ActionCriteria>
<ActionExpression actionCode="Add"/>
</ActionCriteria>
</Process>
<ShipNotice>
<ShipNoticeHeader>
<DocumentID><ID>ASN-2026-04785</ID></DocumentID>
<DocumentDateTime>2026-05-16T16:00:00Z</DocumentDateTime>
<ShipDateTime>2026-05-16T18:00:00Z</ShipDateTime>
<EstimatedArrivalDateTime>2026-05-19T08:00:00Z</EstimatedArrivalDateTime>
<CarrierReference><ID>SCH-DB</ID></CarrierReference>
</ShipNoticeHeader>
<ShipNoticeLine>
<LineNumber>1</LineNumber>
<Item><ItemIDs><ID>RBC-2200</ID></ItemIDs></Item>
<Quantity unitCode="EA">240</Quantity>
</ShipNoticeLine>
</ShipNotice>
</DataArea>
</ProcessShipNotice> Use case
An SKF supplier WMS sends Acme via ProcessShipNotice an ASN with 240 RBC-2200 bearings on 12 pallets, shipped today, ETA destination 2026-05-19.
EDI equivalents
- EDIFACT DESADV — EDIFACT equivalent (see EDIFACT on ediverse).
- X12 856 — Ship Notice/Manifest — X12 equivalent (see X12 on ediverse).
Further reading
- OAGi — OAGIS 10.x — official spec page and free download.
- OAGi (OAGIS) — hub on ediverse — BOD architecture, verbs, canonical model.
- EDIFACT on ediverse — comparison baseline for BODs with EDIFACT counterpart.
- X12 on ediverse — comparison baseline for BODs with X12 counterpart.