Freight Trust & Clearing
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # What is an "EDI" Transaction? www.freighttrust.com www.t.me/freighttrust ## Formats of EDI EDI works based on standards which determine how each message should be formatted. Four EDI standards exist: UN/EDIFACT, which is the only internationally-recognized standard, used mostly outside of North America; ANSI ASC X12, used within North America, TRADACOM, used by British retail companies, and ODETTE, which is used by European automakers. **Here is a small EDI sample, an X12 interchange containing a single 824 Application Advice transaction.** ``` ISA*00* *00* *08*9254110060 *ZZ*123456789 *041216*0805*U*00501*000095071*0*P*>~ GS*AG*5137624388*123456789*20041216*0805*95071*X*005010~ ST*824*021390001*005010X186A1~ BGN*11*FFA.ABCDEF.123456*20020709*0932**123456789**WQ~ N1*41*ABC INSURANCE*46*111111111~ PER*IC*JOHN JOHNSON*TE*8005551212*EX*1439~ N1*40*SMITHCO*46*A1234~ OTI*TA*TN*NA***20020709*0902*2*0001*834*005010X220A1~ SE*7*021390001~ GE*1*95071~ IEA*1*000095071~ ``` ### Here is a that EDI transaction in JSON format ``` { "interchanges": [ { "ISA": "Interchange Control Header", "ISA_01_AuthorizationQualifier": "00", "ISA_02_AuthorizationInformation": " ", "ISA_03_SecurityQualifier": "00", "ISA_04_SecurityInformation": " ", "ISA_05_SenderQualifier": "08", "ISA_06_SenderId": "9254110060 ", "ISA_07_ReceiverQualifier": "ZZ", "ISA_08_ReceiverId": "123456789 ", "ISA_09_Date": "041216", "ISA_10_Time": "0805", "ISA_11_StandardsId": "U", "ISA_12_Version": "00501", "ISA_13_InterchangeControlNumber": "000095071", "ISA_14_AcknowledgmentRequested": "0", "ISA_15_TestIndicator": "P", "functional_groups": [ { "GS": "Functional Group Header", "GS_01_FunctionalIdentifierCode": "AG", "GS_02_ApplicationSenderCode": "5137624388", "GS_03_ApplicationReceiverCode": "123456789", "GS_04_Date": "20041216", "GS_05_Time": "0805", "GS_06_GroupControlNumber": "95071", "GS_07_ResponsibleAgencyCode": "X", "GS_08_Version": "005010", "transactions": [ { "824": "Application Advice", "ST": "Transaction Set Header", "ST_01_TransactionSetIdentifierCode": "824", "ST_02_TransactionSetControlNumber": "021390001", "ST_03_ImplementationConventionReference": "005010X186A1", "segments": [ { "BGN": "Beginning Segment", "BGN_01": "11", "BGN_02": "FFA.ABCDEF.123456", "BGN_03": "20020709", "BGN_04": "0932", "BGN_06": "123456789", "BGN_08": "WQ" }, { "N1": "Party Identification", "N1_01": "41", "N1_02": "ABC INSURANCE", "N1_03": "46", "N1_04": "111111111" }, { "PER": "Administrative Communications Contact", "PER_01": "IC", "PER_02": "JOHN JOHNSON", "PER_03": "TE", "PER_04": "8005551212", "PER_05": "EX", "PER_06": "1439" }, { "N1": "Party Identification", "N1_01": "40", "N1_02": "SMITHCO", "N1_03": "46", "N1_04": "A1234" }, { "OTI": "Original Transaction Identification", "OTI_01": "TA", "OTI_02": "TN", "OTI_03": "NA", "OTI_06": "20020709", "OTI_07": "0902", "OTI_08": "2", "OTI_09": "0001", "OTI_10": "834", "OTI_11": "005010X220A1" } ] } ] } ] } ] } ``` The implementation of EDI is important for companies as it can significantly reduce the cost of sending documents. **EDI Costs Versus Benefits** A paper purchase order requires resources to print the document, fax it, or post it to the vendor. EDI automatically sends the electronic document to the vendor thus reducing the cost of sending the PO. Studies of the cost savings of implementing EDI have been performed, including a report from the Aberdeen group in 2008, which highlighted that in the US it cost $37.45 to produce and send a paper PO, while it only cost $23.83 to send it using EDI. Not all companies use EDI. There is a cost to implement and maintain the technology required to perform EDI. Each trading partner that a company wants to use EDI with may require resources to set up and this can be cost-prohibitive for smaller companies or companies without technical resources. EDI How It Works There are a number of ways EDI messages are transmitted between trading partners. The most common method was to *use a value-added network or VAN.* This allowed companies to send a transmission which was then reviewed by the VAN and then sent to the correct recipient. **Think of Freight Trust Network as a Value Added Network** More recently a new method for EDI transmission is being used. This is called AS2, which stands for Applicability Statement 2, and was championed by Wal-Mart, who requires all of their vendors to use this method. Using AS2, the EDI documents are transmitted across the internet and the security of the document is achieved by encryption and the use of digital certificates. There are dozens of EDI documents that can be implemented by a company and their trading partners. Under the ANSI ASC X12 standard, EDI documents are part of a series, for example, such as an order series, a warehousing series, or a financial series. Many companies will only implement a small number of EDI documents with their trading partners, commonly in the ordering series, material handling series and the delivery series. **We have over 20,000 mappings and counting, think of us not only as a Value Added Network, but a Marketplace where you can quickly get and start selling to other businesses** For example a company who is implementing EDI between themselves and a third party logistics company may only implement five EDI documents such as an EDI 940 for a warehouse shipping order, EDI 943 for a warehouse stock transfer shipment advice, EDI 944 for a warehouse stock transfer receipt advice, EDI 945 for a warehouse shipping advice, and EDI 947 for a warehouse inventory adjustment advice. # Supported EDI Transactions ## Fully Supported 204 Motor Carrier Shipment Information - Version 4010 210 Freight Details and Invoice - Version 4010 211 Motor Carrier Bill of Lading - Version 4010 214 Shipment Status Message - Version 4010 997 Functional Acknowledgement # Partial List of additional EDI Transactions Frequently Used EDI Transactions In Supply Chain 753 Request for Routing Instructions 754 Routing Instructions 816 Organizational Relationships 818 Commission Sales Report 830 Planning Schedule w/ Release Capability 832 Price/Sales Catalog 840 Request for Quotation 841 Specifications/Technical Information 842 Nonconformance Report 843 Response to Request for Quotation 845 Price Authorization Acknowledgment/Status 846 Inventory Inquiry/Advice 847 Material Claim 848 Material Safety Data Sheet 850 Purchase Order 851 Asset Schedule 852 Product Activity Data 853 Routing and Carrier Instruction 855 Purchase Order Acknowledgment 856 Ship Notice/Manifest 857 Shipment and Billing Notice 860 Purchase Order Change Request – Buyer Initiated 861 Receiving Advice/Acceptance Certificate 862 Shipping Schedule 863 Report of Test Results 865 Purchase Order Change Acknowledgment/Request – Seller Initiated 866 Production Sequence 869 Order Status Inquiry 870 Order Status Report 873 Commodity Movement Services 874 Commodity Movement Services Response 878 Product Authorization/De-authorization 879 Price Information 882 Direct Store Delivery Summary Information 885 Retail Account Characteristics 888 Item Maintenance 889 Promotion Announcement 890 Contract & Rebate Management 893 Item Information Request 895 Delivery/Return Acknowledgment or Adjustment 940 Warehouse Shipping Order 943 Warehouse Stock Transfer Shipment Advice 944 Warehouse Stock Transfer Receipt Advice 945 Warehouse Shipping Advice 947 Warehouse Inventory Adjustment Advice www.freighttrust.com

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully