ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.
BOD SyncWarehouse — Warehouse reference

SyncWarehouse — Warehouse reference

OAGIS BOD combining the verb Sync and the noun Warehouse. Business cornerstone of the logistics domain in the OAGIS 10.x ecosystem.

BOD purpose

The SyncWarehouse BOD broadcasts the warehouse reference data: sites, zones, locations, capacities. Issued from the master system (usually the ERP or WMS) to all consumers (TMS, ERP, BI). Master-data building block of the logistics domain.

Structure (ApplicationArea + DataArea)

As every OAGIS BOD, SyncWarehouse stacks an ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and a DataArea business payload containing the verb Sync and the noun Warehouse.

XML example

Minimal OAGIS 10.x payload for didactic purposes. The structural elements (header + business line) are required in any conformant implementation.

xml SyncWarehouse-OAGIS-10.xml
<?xml version="1.0" encoding="UTF-8"?>
<SyncWarehouse
    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-syncwarehouse-2026-0014</BODID>
  </ApplicationArea>

  <DataArea>
    <Sync>
      <ActionCriteria>
        <ActionExpression actionCode="Add"/>
      </ActionCriteria>
    </Sync>
    <Warehouse>
      <WarehouseHeader>
        <DocumentID><ID>WH-EAST-001</ID></DocumentID>
        <DocumentDateTime>2026-05-16T07:00:00Z</DocumentDateTime>
        <WarehouseCode>WHS-EAST</WarehouseCode>
        <WarehouseName>Acme East Distribution Center</WarehouseName>
      </WarehouseHeader>
      <WarehouseLocation>
        <LocationID>WHS-EAST-A1-04</LocationID>
        <ZoneCode>A1</ZoneCode>
        <CapacityQuantity unitCode="EA">5000</CapacityQuantity>
      </WarehouseLocation>
    </Warehouse>
  </DataArea>
</SyncWarehouse>

Use case

DHL Supply Chain broadcasts from its central WMS via SyncWarehouse the updated reference data of its 470 worldwide warehouses (new storage zones, revised capacities) to every customer gateway.

EDI equivalents

No direct EDI counterpart on the gateway: this BOD is strictly internal to the OAGIS / ERP ecosystem, with no openly standardised EDIFACT or X12 counterpart.

Further reading

Last updated: May 16, 2026

Official source: OAGi — OAGIS 10.x — OAGi — OAGIS, free distribution via oagi.org