  

 

Orchestration Integration &amp; Transactions

 ## Breadcrumb

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

 

 

# TL XML – SOM ESM Sales Shipment

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2024-09/Transportation.jpg) 

 

 

 

 

#### Table of contents

 

 

 

### Overview

The SOM ESM Sales Shipment transaction (Transaction Code: TL XML) is an XML-based message used to record the shipment of serialized pharmaceutical products.

Triggered at the point of shipment, this transaction provides a digital, traceable confirmation that serialized units are authorized for distribution to downstream partners. It captures key shipment details and serialization data, enabling secure and auditable data exchange between internal systems, trading partners, and regulatory bodies.

Built on TraceLink’s TL XML schema, the SOM ESM Sales Shipment transaction integrates seamlessly with Enterprise Serialization Management (ESM) systems, ERP, WMS, and logistics systems to automate compliance and streamline fulfillment workflows.

### Key Use Cases

- Record serialized product shipments with ESM platforms.
- Ensure DSCSA and global track and trace compliance by improving control over shipments.
- Provide serialized shipment data to downstream partners for verification and receipt.
- Trigger downstream processes such as invoicing, customs clearance, and product verification.
- Maintain traceable, auditable records of serialized shipments.
- Integrate with ERP, WMS, and regulatory systems for end-to-end compliance.

### Data Elements Included

A TL XML – SOM ESM Sales Shipment transaction includes:

- **Transaction Type:** SOMESMSalesShipment
- **Serialized Product Identifiers (EPCs):** Serialized GTINs (SGTINs) or container codes (SSCCs) of the shipped items.
- **Sales Order Reference:** Identifier linking the shipment to the originating order.
- **Shipment ID:** Unique identifier for the shipment (e.g., ASN or delivery number).
- **Event Timestamp:** Date and time when the shipment was initiated.
- **Read Point:** Physical or system location where the shipment was recorded (e.g., warehouse, ERP).
- **Business Location:** GLN or internal site code of the shipping facility.
- **Destination Party:** GLN or identifier of the receiving customer or trading partner.
- **Disposition:** Typically "shipped" or "in\_transit" to indicate movement.
- **Carrier and Tracking Info (optional):** Logistics provider and tracking number.
- **Transaction ID (optional):** Unique identifier for audit and reconciliation.
- **Digital Signature (optional):** Ensures data integrity and non-repudiation.
- **Comments or Notes (optional):** Free-text field for additional shipment context or exceptions.

### Benefits of TL XML – SOM ESM Sales Shipment

- Identifies and confirms serialized products that are shipped.
- Ensures compliance with DSCSA, global track and trace, and internal quality standards.
- Provides traceable, auditable shipment records for regulatory inspections.
- Automates data exchange with partners and internal systems.
- Reduces manual entry errors and accelerates fulfillment and invoicing.

### Business Process: TL XML – SOM ESM Sales Shipment

The SOM ESM Sales Shipment transaction fits into the serialized order fulfillment and compliance workflow as follows:

- A customer order is created.
- Serialized units are picked, packed, and staged for shipment.
- SOM ESM Sales Shipment (TL XML) is triggered.
- Shipment data is transmitted to TraceLink and downstream systems for tracking and verification.
- Products are shipped, and receiving parties use the data for confirmation.
- TraceLink logs the transaction for traceability, compliance, and audit readiness.

### How TraceLink Supports TL XML – SOM ESM Sales Shipment

TraceLink’s OPUS Platform, powered by B2N Integrate-Once™, supports secure and compliant shipment processing by:

- Capturing serialized shipment events from ESM platforms.
- Automatically generating TL XML-compliant shipment messages.
- Transmitting serialized shipment data to trading partners and compliance systems.
- Providing real-time dashboards and audit logs for monitoring shipment status.
- Supporting exception handling for partial shipments, returns, or re-shipments.
- Ensuring secure communication through digital signatures and encryption protocols.

### Explore More Serialization &amp; Compliance Capabilities

- [**SOM Product Release**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-product-release): Digitally authorize serialized product release.
- [**SOM Market Release**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-market-release): Approve product distribution into specific countries.
- [**SOM Void Shipment**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-void-shipment): Cancel previously approved shipments.
- [**SOM Receipt**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/tl-xml-som-receipt): Confirm serialized product receipt and verification.
- [**SOM ESM Sales Shipment**](/orchestration-integration-transactions/accelerate-digital-supply-chain-collboration-with-b2b-integration/epcis-12-som-esm-sales-shipment): Record serialized shipment events using EPCIS standards.

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



### Need Help Implementing TL XML Transactions?

[**Contact Us**](/contact-us) to learn how our OPUS Platform and B2N Integrate-Once™ model can help you automate SOM-cleared shipments, ensure serialization compliance, and enable secure, interoperable 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

 

 [ ![network](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/recovery%20banner%20network.png.webp?itok=YHW_jjzV) ](/orchestration-integration-transactions) 

#####  Transaction Integrations for Orchestration 

 Unlock the full power of your supply chain with TraceLink’s Integrate-Once capability part of our Business Network (B2N) platform. 

 

 [View More](/orchestration-integration-transactions) 

 

 [ ![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) 

 

 [ ![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)