  

 

Orchestration Integration &amp; Transactions

 ## Breadcrumb

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

 

 

# EDI ANSI X12 947 – Materials Produced

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2024-02/For%20Internal%2056.png) 

 

 

 

 

#### Table of contents

 

 

 

### Overview

The EDI ANSI X12 947 – Materials Produced transaction is a specialized use of the standard 947 Inventory Adjustment message, used to communicate the completion of finished goods at a manufacturing or packaging site. It is typically sent by contract manufacturers (CMOs), internal production facilities, or third-party logistics providers (3PLs) to notify brand owners or upstream partners that production is complete and goods are now in inventory.

With TraceLink’s OPUS Platform and B2N Integrate-Once™ architecture, the EDI ANSI X12 947 – Materials Produced transaction enables real-time visibility into production output, supports inventory reconciliation, and ensures traceability for serialized and lot-controlled products.

### Key Use Cases

- Notify brand owners that finished goods have been produced and are ready for shipment or quality inspection.
- Update inventory systems with newly available stock from production.
- Trigger downstream processes such as invoicing, ASN generation, or replenishment planning.
- Support batch-level traceability and serialization compliance in regulated industries.
- Enable real-time production visibility across global CMOs and internal sites.
- Reduce manual reporting and improve coordination between manufacturing and supply chain teams.

### Data Elements Included

An EDI ANSI X12 947 – Materials Produced transaction includes:

- **Transaction Set Purpose Code:** Identifies the transaction as a production completion or inventory addition.
- **Finished Goods Identifiers:** GTIN, NDC, SKU, or internal product codes used to identify the final product.
- **Quantity Produced:** Total number of units or packages completed and added to inventory.
- **Lot/Batch Numbers or Serial Numbers:** Required for traceability, especially in regulated industries such as pharma or medical devices.
- **Production Order or Work Order Reference:** Links the finished goods to the corresponding manufacturing or packaging batch.
- **Production Completion Date/Time:** Indicates when the finished goods were completed and entered into inventory.
- **Inventory Location:** The specific warehouse, CMO, or packaging site where the goods are now stored.
- **Inventory Status Code:** Indicates readiness—e.g., “available,” “on hold,” or “pending QA release.”
- **Packaging Hierarchy Details (if applicable):** Information on how finished goods are packed (e.g., unit, case, pallet).
- **Reference Numbers:** Related to upstream orders, lot genealogy, or serialized packaging events.

### Benefits of EDI ANSI X12 947 – Materials Produced

- Provides real-time visibility into finished goods availability across production sites.
- Improves inventory accuracy and readiness for fulfillment or distribution.
- Enables faster downstream processes such as invoicing, ASN creation, or replenishment.
- Supports compliance with serialization, lot tracking, and regulatory requirements.
- Enhances collaboration and transparency between brand owners and CMOs.
- Scales across global partners using B2N Integrate-Once™, eliminating custom point-to-point integrations.

### How TraceLink Supports EDI ANSI X12 947 – Materials Produced

TraceLink’s OPUS Platform, powered by B2N Integrate-Once™, enables secure, scalable, and automated reporting of finished goods production:

- Real-time integration with MES, ERP, and inventory systems at internal and external production sites.
- Automated inventory updates to reflect finished goods availability.
- Secure, traceable data exchange for serialized and lot-controlled products.
- Linkage to production orders and QA release workflows for end-to-end traceability.
- Production dashboards to monitor finished goods status, batch-level output, and release readiness.
- Global partner connectivity via B2N Integrate-Once™, allowing you to connect once and collaborate with all CMOs/manufacturing, packaging sites and 3PLs.

### Explore More EDI ANSI X12 Capabilities

- [**EDI ANSI X12 850 – Purchase Orders**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-850-purchase-order): Automate order placement and reduce procurement errors.
- [**EDI ANSI X12 856 – Advance Ship Notice**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-856-advance-ship-notice): Provide shipment details and packaging structure ahead of delivery.
- [**EDI ANSI X12 947 – Inventory Adjustment**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-947-inventory-adjustment): Communicate inventory changes due to receipts, issues, or cycle counts.
- [**EDI ANSI X12 830 – Forecast Planning Schedule Response**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-830-forecast-planning-schedule-response): Share long-term demand forecasts to improve supplier planning and supply continuity.
- [**EDI ANSI X12 947 – Materials Consumed**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-947-materials-consumed): Report material usage during production for reconciliation and compliance.
- [**EDI ANSI X12 947 – Materials Issued**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-947-materials-issued): Notify issuance of materials from inventory to production for tracking and planning.

[See all EDI capabilities supported by TraceLink](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration)



### Need Help Implementing EDI ANSI X12?

[**Contact us**](/contact-us) to learn how our OPUS Platform and B2N Integrate-Once™ model can help you gain real-time production visibility, automate finished goods reporting, and ensure compliance across your global manufacturing and packaging network.



 



 

 

 

#### Table of contents

 

 

 

Contact us to learn more about EDI 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

 

 [ ![Food Supplement](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%2049.png.webp?itok=ApeImtsu) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-850-purchase-order) 

#####  EDI ANSI X12 850 - Purchase Order 

 The EDI ANSI X12 850 – Purchase Order transaction is used by buyers to electronically place orders with suppliers for goods or services. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-850-purchase-order) 

 

 [ ![DSCSA](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%205.png.webp?itok=AzflfAgI) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-856-advance-ship-notice) 

#####  EDI ANSI X12 856 - Advance Ship Notice 

 The EDI ANSI X12 856, commonly referred to as the Advance Ship Notice (ASN), is a critical electronic transaction used in supply chain operations to notify a buyer about an upcoming shipment. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-856-advance-ship-notice) 

 

 [ ![Digital Recalls](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%2032.png.webp?itok=CdUPrT8Q) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-947-inventory-adjustment) 

#####  EDI ANSI X12 947 – Inventory Adjustment 

 The EDI ANSI X12 947 – Inventory Adjustment transaction is used to electronically communicate inventory changes between warehouses, distribution centers, third-party logistics providers (3PLs), and manufacturers. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-947-inventory-adjustment) 

 

 [ ![Manufacturers](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%2087.png.webp?itok=RRDngvZe) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-830-forecast-planning-schedule-response) 

#####  EDI ANSI X12 830 – Forecast Planning Schedule Response 

 The EDI ANSI X12 830 – Forecast Planning Schedule Response is used by a manufacturer to send a Planning Schedule with Release Capability to a supplier, detailing anticipated material needs for a specific period. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration/edi-ansi-x12-830-forecast-planning-schedule-response) 

 

 [ ![multienterprise information network tower](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/MINTbanner.png.webp?itok=kGCch_Ns) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration) 

#####  Transform Your Supply Chain with Seamless EDI Integration 

 Ensure secure, reliable, and compliant electronic data interchange across your end-to-end supply chain of suppliers, customers, and contract partners. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-edi-integration) 

 

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