  

 

Orchestration Integration &amp; Transactions

 ## Breadcrumb

1. [Home](/)
2. [Orchestration Integration &amp; Transactions](/orchestration-integration-transactions)
 
  

 

 

# EPCIS 1.2 – SOM ESM Receipt

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2024-02/Analytics-1.png) 

 

 

 

 

#### Table of contents

 

 

 

### Overview

The SOM ESM Receipt transaction is an XML-based message used to record the receipt and transfer serialized products between warehouses and trading partners with Enterprise Serialization Management (ESM) platforms. This transaction confirms that serialized units have been delivered and accepted at their destination and enables downstream verification and compliance checks.

The SOM ESM Receipt transaction captures EPCIS-compliant receiving events, including serialization data, shipment identifiers, and location details. It ensures that the receiving party can verify the integrity of the shipment and update inventory systems accordingly—all while maintaining compliance with DSCSA and global track and trace regulatory requirements.

Executed by Serialized Operations Manager in conjunction with an ESM platform, this transaction follows the GS1 EPCIS 1.2 standard and supports secure, interoperable data exchange across trading partners and internal systems.

### Key Use Cases

- Confirm the physical receipt of serialized products.
- Allow logistics providers to inform suppliers that the stock transfer shipment has been successfully delivered to the destination warehouse.
- Enable traceability and verification of serialized units at the point of receipt.
- Maintain auditable records of product movement and delivery.
- Support integration with ERP, WMS, and serialization repositories.

### Data Elements Included

An EPCIS 1.2 – SOM ESM Receipt transaction includes:

- **Event Type:** ObjectEvent with business step "receiving" and action "observe" to indicate product receipt.
- **Serialized Product Identifiers (EPCs):** Serialized GTINs (SGTINs) or SSCCs of the received units or containers.
- **Event Time and Time Zone:** Timestamp of the receipt event, including time zone offset.
- **Read Point:** Physical or system location where the receipt was captured (e.g., warehouse receiving dock, ERP system).
- **Business Location:** GLN or internal identifier of the receiving site.
- **Disposition:** Typically "received" or "available" to indicate successful delivery.
- **Shipment Reference:** Identifier linking the receipt to the originating shipment (e.g., ASN or delivery number).
- **Sales Order Reference (optional):** Identifier for the original sales order tied to the shipment.
- **Aggregation Hierarchy (optional):** Parent-child relationships between units, cases, and pallets.
- **Transaction ID (optional):** Unique identifier for the receipt transaction.
- **Digital Signature (optional):** Ensures authenticity and data integrity.
- **Comments or Notes (optional):** Free-text field for logging exceptions, discrepancies, or inspection results.

### Benefits of EPCIS 1.2 – SOM ESM Receipt

- Confirms and records the receipt of serialized product shipments.
- Enables downstream verification and inventory updates.
- Ensures compliance with DSCSA and global serialization mandates.
- Provides traceable, auditable records for regulatory inspections and internal audits.
- Reduces manual errors and supports automated reconciliation workflows.

### Business Process: EPCIS 1.2 – SOM ESM Receipt

The SOM ESM Receipt transaction supports several key business processes:

- Order Management &amp; Fulfillment: Confirms receipt of serialized shipments against sales orders.
- Inventory Management: Updates inventory with verified serialized units upon delivery.
- Product Serialization &amp; Traceability: Captures EPCIS receipt events for full unit-level traceability.
- Track and Trace &amp; Government Compliance: Ensures DSCSA and global track and trace compliance through verifiable receipt records.
- Quality, Risk, and Recall Management: Enables early detection of discrepancies or issues at the point of receipt.
- Returns and Reverse Logistics: Supports return eligibility by confirming received serialized units.
- Financial Reconciliation &amp; Chargebacks: Provides data for invoice matching and chargeback validation.

### How TraceLink Supports EPCIS 1.2 – SOM ESM Receipt

TraceLink’s OPUS Platform, powered by B2N Integrate-Once™, enables secure, compliant receipt processing by:

- Capturing EPCIS 1.2-compliant receipt events from ESM, ERP, or WMS systems.
- Validating receipt data against product shipments and sales orders.
- Transmitting receipt confirmations to upstream partners and compliance systems.
- Providing dashboards and audit logs for receipt status and exception handling.
- Supporting discrepancy management for damaged, missing, or excess units.
- Ensuring secure communication through digital signatures and encryption protocols.

### Explore More Serialization &amp; Compliance Capabilities

- [**EPCIS 1.2 – SOM ESM Sales Shipment**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-sales-shipment): Record product serialized shipments.
- [**EPCIS 1.2 – SOM ESM Void Shipment**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-void-shipment): Cancel previously recorded shipments.
- [**EPCIS 1.2 – SOM ESM Decommission**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-decommission): Deactivate serialized units flagged for removal.
- [**TL XML – SOM Product Release**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-product-release): Communicate products are ready for shipment into the supply chain.

[See All Serialization and EPCIS Capabilities](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration)



### Need Help Implementing EPCIS 1.2?

[**Contact Us**](/contact-us) to learn how our OPUS Platform and B2N Integrate-Once™ model can help you automate serialized product receipt, ensure compliance, and enable secure data exchange across your life sciences and healthcare supply chain.



 



 

 

 

#### Table of contents

 

 

 

Contact us to learn more about B2B Integration.

 

Fill out the form to contact us now.


    document.addEventListener("DOMContentLoaded", function() {
        // Delay the execution by 2 seconds (2000 milliseconds)
        setTimeout(function() {
            (function() {
                'use strict';
                // Load Marketo form
                MktoForms2.loadForm("//go.tracelink.com", "776-BAW-230", 2259);
            })();
            
            // Wait until the Marketo form is loaded
            MktoForms2.whenReady(function(form) {
                var formElement = document.getElementById('mktoForm_2259');
                if (!formElement) {
                    console.error("Form with id 'mktoForm_2259' not found.");
                    return;
                }
                
                var formLocation = formElement.querySelector("input[name=formLocation]");
                
                // Get the current URL and set the formLocation field
                if (formLocation) {
                    var currentURL = window.location.href;
                    formLocation.value = currentURL;
                }
                // Add onSuccess handler
                form.onSuccess(function(values, followUpUrl) {
                    var formElem = form.getFormElem()[0];
                    if (formElem) {
                        formElem.style.display = 'none';
                    } else {
                        console.warn("Form element could not be found to hide it.");
                    }
                    var confirmMessage = document.getElementById('confirmform');
                    if (confirmMessage) {
                        confirmMessage.style.display = 'block';
                    } else {
                        console.warn("Confirmation message with id 'confirmform' not found.");
                    }
                    
                    return false;  // Prevent the form from submitting normally
                });
            });
        }, 2000);  // Delay for 2 seconds
    });
**Thank you for contacting us; we’ll be in touch shortly.**





 

 

 

 

 

 

 

##### Related Content

 

 [ ![wholesale distributor](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/wsd-2.png.webp?itok=Q0nGUO1Y) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-hda-advance-ship-notice) 

#####  EPCIS 1.2 – HDA Advance Ship Notice 

 The EPCIS 1.2 – HDA ASN (Advance Ship Notice) is an XML-based electronic message that provides detailed, serialized shipment information from pharmaceutical manufacturers or distributors to downstream trading partners in compliance with Healthcare Distribution Alliance (HDA) and DSCSA (Drug Supply Chain Security Act) guidelines. 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-hda-advance-ship-notice) 

 

 [ ![CMO](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/LifeScience-CMO8%20%281%29.png.webp?itok=3ZnAZMLd) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-dscsa-advance-ship-notice) 

#####  EPCIS 1.2 – DSCSA Advance Ship Notice 

 The EPCIS 1.2 – DSCSA ASN (Advance Ship Notice) is an XML-based electronic message used to transmit serialized product shipment data in compliance with the Drug Supply Chain Security Act (DSCSA). 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-dscsa-advance-ship-notice) 

 

 [ ![Wholesale-Distributor](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/For%20Internal%2055.png.webp?itok=0K8agZX1) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-serialization) 

#####  EPCIS 1.2 – Serialization 

 The EPCIS 1.2 – Serialization transaction is an XML-based message used to capture and share commissioning (serialization) events for pharmaceutical products. 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-serialization) 

 

 [ ![Brazil Pharmaceuticals](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/LifeScience%20CMO-1.png.webp?itok=8qEXci20) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-update-lot-information) 

#####  EPCIS 1.2 – SOM ESM Update Lot Information 

 The EPCIS 1.2 – SOM ESM Update Lot Information transaction is an XML-based message used to update or correct lot-level information for serialized pharmaceutical products. 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-update-lot-information) 

 

 [ ![crypto code](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/crypto%20code.png.webp?itok=hDYDa49u) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-receipt) 

#####  TL XML – SOM Receipt 

 The SOM Receipt transaction is an XML-based message used to record the receipt and transfer serialized products between warehouses and trading partners. 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-receipt) 

 

 [ ![digitalising order management](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2025-04/GettyImages-1299660112.jpg.webp?itok=qNA8FTp4) ](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-product-release) 

#####  TL XML – SOM Product Release 

 The SOM Product Release transaction is an XML-based message used to indicate that a serialized pharmaceutical product or batch has successfully passed quality review and other product release processes and is now authorized for downstream processing—such as shipment, aggregation, or inventory movement. 

 

 [View More](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-product-release)