ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.
BOD ProcessShipNotice — Avis d'expédition (ASN)

ProcessShipNotice — Avis d'expédition (ASN)

BOD OAGIS combinant le verbe Process et le noun ShipNotice. Pierre métier du domaine logistique dans l'écosystème OAGIS 10.x.

Objet du BOD

Le BOD ProcessShipNotice est l'avis d'expédition canonique d'OAGIS, équivalent direct des EDIFACT DESADV et X12 856 (ASN). Diffusé du vendeur vers l'acheteur, il signale qu'un envoi est en route avec son contenu détaillé.

Structure (ApplicationArea + DataArea)

Comme tout BOD OAGIS, ProcessShipNotice empile une ApplicationArea d'enveloppe technique (Sender, BODID, CreationDateTime) et une DataArea métier qui contient le verbe Process et le noun ShipNotice.

Exemple XML

Payload OAGIS 10.x minimal, à titre didactique. Les éléments structurants (en-tête + ligne métier) sont obligatoires dans toute implémentation conforme.

xml ProcessShipNotice-OAGIS-10.xml
<?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>

Cas d'usage

Le WMS d'un fournisseur SKF envoie à Acme via ProcessShipNotice un ASN avec 240 roulements RBC-2200 sur 12 palettes, expédiés ce jour, ETA destinataire 2026-05-19.

Équivalences EDI

Pour aller plus loin

Dernière mise à jour: 16 mai 2026

Source officielle: OAGi — OAGIS 10.x — OAGi — OAGIS, distribution libre via oagi.org