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 ShowItemMaster

ShowItemMaster

OAGIS BOD combining the Show verb with the ItemMaster noun. Direct canonical equivalent of EDI EDIFACT PRODAT and X12 832 messages in OAGIS 10.x's Master data domain.

BOD purpose

The ShowItemMaster BOD is the response to GetItemMaster: it carries the complete item record. Often larger than a ShowCatalog, it includes the bill of materials, routings, master lots and serial numbers, and storage parameters.

Structure (ApplicationArea + DataArea)

Like every OAGIS BOD, ShowItemMaster stacks an ApplicationArea technical envelope (Sender, BODID, CreationDateTime) and a business DataArea that contains the verb and the noun.

  • ItemMasterHeader — ItemID, status, lifecycle dates.
  • BillOfMaterials and Routing nested if applicable.
  • Classification — external classifications (UNSPSC, eCl@ss, GPC).

XML example

Minimal OAGIS 10.x payload for didactic purposes. Structural elements (header + at least one line) are required in any conformant implementation.

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

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

  <DataArea>
    <Show/>
    <ItemMaster>
      <ItemMasterHeader>
        <ItemIDs><ID>RBC-2200</ID></ItemIDs>
        <Description>Roulement à billes 22 mm</Description>
        <Status>Active</Status>
      </ItemMasterHeader>
      <Classification>
        <CodeListID>UNSPSC</CodeListID>
        <Code>31171511</Code>
      </Classification>
    </ItemMaster>
  </DataArea>
</ShowItemMaster>

Use case

The ERP responds to GetItemMaster with a detailed ShowItemMaster: 1 item record including 25 BOM components, 12 routing steps, 4 open master lots. The MES absorbs the response and prepares the production order.

EDI equivalences

On an EDI gateway, this BOD typically maps to:

  • EDIFACT PRODAT — EDIFACT equivalent.
  • X12 832 — X12 equivalent.

Further reading

Last updated: May 15, 2026

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