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.
PIP 4C2 — Diffuser un statut d'inventaire

PIP 4C2 — Diffuser un statut d'inventaire

Choréographie RosettaNet du cluster 4, transportée en RNIF V02.00 et signée S/MIME. Maille opérationnelle entre Seller et Buyer dans la chaîne d'approvisionnement high-tech.

Objet du PIP

Le PIP 4C2 diffuse un statut d'inventaire détaillé depuis le seller vers le buyer : niveau de stock courant, stock à venir (open PO), allocations engagées. Brique de visibilité supply chain B2B. Pas de confirmation métier, simple Receipt Acknowledgment.

Structure du message

La choréographie 4C2 suit le modèle d'action RosettaNet :

  • Action principale : Inventory Status Notification Action
  • Signal : Receipt Acknowledgment RNIF
  • Action de réponse : Receipt Acknowledgment

L'action est emballée dans une enveloppe RNIF V02.00 multipart MIME signée S/MIME. Voici une vue condensée de l'enveloppe :

text rnif-envelope-4C2.eml
MIME-Version: 1.0
Content-Type: multipart/related; type="application/xml";
  boundary="RN-BOUNDARY-2026"

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-Preamble.xml

<Preamble xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <standardName>RosettaNet</standardName>
  <standardVersion>V02.00</standardVersion>
</Preamble>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-ServiceHeader.xml

<ServiceHeader xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <GlobalProcessIndicatorCode>4C2</GlobalProcessIndicatorCode>
</ServiceHeader>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: Pip4C2InventoryStatusNotification.xml

<!-- payload PIP 4C2 ci-dessus -->

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 4C2 minimal, à titre didactique. Les éléments structurants (fromRole, toRole, thisDocumentGenerationDateTime, et le bloc métier propre au PIP) sont obligatoires dans toute implémentation conforme.

xml pip-4C2.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip4C2InventoryStatusNotification xmlns="http://www.rosettanet.org/PIP4C2">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Seller</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Buyer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <InventoryStatusReport>
      <reportIdentifier>
        <ProprietaryDocumentIdentifier>INV-STATUS-2026-138</ProprietaryDocumentIdentifier>
      </reportIdentifier>
      <reportPeriod>
        <DateStamp>20260516</DateStamp>
      </reportPeriod>
      <InventoryStatusLineItem>
        <LineNumber><FreeFormText>1</FreeFormText></LineNumber>
        <ProductIdentification>
          <GlobalProductIdentifier>00614141333333</GlobalProductIdentifier>
        </ProductIdentification>
        <onHandQuantity><ProductQuantity>3200</ProductQuantity></onHandQuantity>
        <onOrderQuantity><ProductQuantity>12000</ProductQuantity></onOrderQuantity>
        <committedQuantity><ProductQuantity>2000</ProductQuantity></committedQuantity>
      </InventoryStatusLineItem>
    </InventoryStatusReport>
</Pip4C2InventoryStatusNotification>

Transport et acquittement

Cœur du standard : HTTPS POST sur endpoint partenaire ou AS2. Signature S/MIME et accusé Receipt Acknowledgment systématiques. Le PIP 4C2 est typiquement transporté en mode asynchrone.

Le canal d'acheminement est typiquement AS2 ou HTTPS direct (RNIF over HTTP). Pour un référentiel des couches de sécurité utilisées, voir la page AS2 sur ediverse.

Cas d'usage

ASE Group diffuse à TSMC un statut PIP 4C2 quotidien pour les wafers en assemblage : 3 200 disponibles, 12 000 attendus sous 14 jours, 2 000 alloués à TSMC sur les 7 prochains jours.

Pour aller plus loin