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 SyncCatalog — Sync Catalog

SyncCatalog — Sync Catalog

BOD OAGIS combinant le verbe Sync et le noun Catalog. Équivalent canonique direct des messages EDI EDIFACT PRICAT et X12 832 dans l'écosystème Catalogue d'OAGIS 10.x.

Objet du BOD

Le BOD SyncCatalog est la version sync (mode publication) du catalogue : un publisher diffuse l'état courant de son catalogue à un ou plusieurs subscribers. Contrairement à Process, Sync ne demande pas d'action transactionnelle, il diffuse une vérité.

Structure (ApplicationArea + DataArea)

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

  • Sync verbe avec actionCode (Add, Change, Delete).
  • Catalog noun complet ou différentiel.

Exemple XML

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

xml SyncCatalog-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<SyncCatalog
    xmlns="http://www.openapplications.org/oagis/10"
    releaseID="10.11" versionID="10.11">

  <ApplicationArea>
    <Sender>
      <LogicalID>ERP-CENTRAL-EU</LogicalID>
      <ComponentID>CatalogModule</ComponentID>
      <ConfirmationCode>OnError</ConfirmationCode>
    </Sender>
    <CreationDateTime>2026-05-15T10:15:00Z</CreationDateTime>
    <BODID>5a8f7d2e-2b15-4c1a-9e6f-synccatalog-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Sync>
      <ActionCriteria>
        <ActionExpression actionCode="Change"/>
      </ActionCriteria>
    </Sync>
    <Catalog>
      <CatalogHeader>
        <DocumentID><ID>CAT-2026-NORTH-Q2</ID></DocumentID>
        <DocumentDateTime>2026-05-15T07:00:00Z</DocumentDateTime>
        <SupplierParty><PartyIDs><ID>5790000123456</ID></PartyIDs></SupplierParty>
        <ValidityPeriod>
          <StartDate>2026-04-01</StartDate>
          <EndDate>2026-06-30</EndDate>
        </ValidityPeriod>
      </CatalogHeader>
      <CatalogItem>
        <ItemIDs><ID>RBC-2200</ID></ItemIDs>
        <Description>Roulement à billes 22 mm</Description>
        <PriceLine><Amount currencyID="EUR">8.40</Amount></PriceLine>
      </CatalogItem>
    </Catalog>
  </DataArea>
</SyncCatalog>

Cas d'usage

Un PIM central diffuse chaque nuit à son ERP et à son moteur e-commerce un SyncCatalog complet : tout article modifié dans la journée précédente est diffusé en actionCode=Change. Les subscribers absorbent la maille.

Équivalences EDI

En passerelle EDI, ce BOD se mappe typiquement vers :

Pour aller plus loin

Dernière mise à jour: 15 mai 2026

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