Meat Messaging JSON data format for API upload


The required information for completing a consignment with Meat Messaging can be managed through JSON format payload and API upload.

Requirements of accurate and correct terminology for information to be uploaded to Meat Messaging

The information contained in Meat Messaging is used for the purpose of export trade of meat. This means the information entered into Meat Messaging must comply with Meat Notices related to product description.
For more details refer to Meat Notice:

Payload Change Release Dates
  • Jan 2014 - First release
  • Jun 2019 - updates for additional trade description segments mm_det_IMD_E_A through to mm_det_IMD_E_F
  • Aug 2019 - updates for Add QA segments - QA segments are used for 3rd party cold stores, TDT_20_email - Transport company email address, and mm_det_IMD_C_c - Corrected text description for segment
  • Nov 2019 - updates for Destination management (LOC_8_dest_city and LOC_36_dest_country), and on the line level the Certificate of Analysis (mm_det_AAY_CFA )and Certificate of Origin (mm_det_AAY_COO)
  • Mar 2021 - Update for Receipt message through API and JSON payload. Add Status message through API and JSON Get request. Update to "BGM_function" option list to align with API model. Add "EX_MMCID" segment for NPE message access.
  • May 2023 - Update for Meat Messaging Industry Notice Meat Messaging Industry Notice changes that will come into force on the 1st of May 2024.
Who uploads messages into Meat Messaging?

There are many different sections of the Meat Supply Chain that interact with Meat Messaging.

Interaction occurs from the Export Processing Establishment that produce cartons of meat all the way through to end users and retailers in export markets.

The Australian Export Establishments and Non-Packer Exporters (NPE)s generally are the creators of messages that are uploaded into Meat Messaging. The receivers or owners of shipments access the consignment information from meat messaging.

Detailed overview of who uses Meat Messaging:Who Uses Meat Messaging and Who Uploads Messages

Mapping of Data Elements to eMTC PDF and Export Barcode Report

Mapping for eMTC PDF: Meat_Messaging_MTC_Field_Mapping.pdf

Mapping for Export Barcode Report: Meat_Messaging_Report_Field_Mapping.pdf

Understanding Message SSCC and group level SSCC usage

The Meat Messaging system is based on the use of the GS1 standards for trade and commerce. This includes the use of the GS1 Serial Shipping Container Code (SSCC). Refer to the GS1 standards for information of the construction of the SSCC. Within the Meat Message usage there is a Message Level SSCC that uniquely identifies the message as well as Group Level SSCCs that uniquely identify each group, virtual pallet or physical pallet. A Meat Messaging SSCC must never repeat.

Explanation of the Message identification hierarchy: Meat Messaging meat consignment identification hierarchy

Explanation of the SSCC usage: Meat Messaging Understanding SSCC usage

Meat Messaging GET Status returned JSON payload example

The purpose of the GET Status is to check the status of a message through GET using the SSCC.

  {
       "MessageStatus":"OPEN",
       "RFF_AAK":"193388888840400001A",
       "DateTimeCreated":"202103181456",
   }

API Swagger is available here: https://api.meatmessaging.info/swagger/ui/index#!/Message/Message_Status

  • MessageStatus - Shows the status of the message with the options of 'OPEN', 'CANCELLED', 'SENT', 'RECEIPT'.
  • RFF_AAK - Unique message reference of the last message uploaded to Meat Messaging.
  • DateTimeCreated - System date time CCYYMMDDHHMM of the creation of the first message for the SSCC.

Validation Endpoint vs Process Endpoint

The Validation endpoint is used for validation the payload without committing data to the Meat Messaging database. This endpoint is used for testing to ensure the payload is structurally valid. The Validation endpoint does not check or enforce all industry business rules.

API Swagger is available here: https://api.meatmessaging.info/swagger/ui/index#!/Message/validate

The Process endpoint is used for uploading shipment details to Meat Messaging and the payload is committed to the Meat Messaging database. This endpoint is used for production.

API Swagger is available here: https://api.meatmessaging.info/swagger/ui/index#!/Message/process


Verification Endpoints

There are a number of Verification related endpoints. These end points are used for QA monitoring activities or for recording the details (including carton barcodes) on a verification of received product.

The SessionType needs to either be "QA" or "VALIDATION".

The Verification Create endpoint is available here: https://api.meatmessaging.info/swagger/ui/index#!/Message/Message_CreateMessageVerification

  • MessageSSCC - The identifier of the message (shipment) that the verification is to be conducted.
  • SessionType - Either "QA" for a QA monitoring Session or "VALIDATION" for a shipment verification session.
  • MMUID - The MMUID of the person conducting the session.
  • PreShipment - This is either 'true' or 'false' and is used for Pre or Post shipment message upload for QA monitoring.

After creation of a verification session a "SessionId" is returned. The "SessionId" is used for all further calls related to the verification session.

Other Verification endpoints include:


Meat Messaging Receipt JSON payload example
  {
       "Message_Source":"MM-RECADV-22-01",
       "MMCID":"10000016",
       "MMUID":"80000045",
       "RFF_AAK":"193388888840400001A",
       "Message_SSCC":"193312345840412345",
       "Received_DateTime":"202102010928",
       "Detailed_Inspection_Performed":"true"
       "Self_Attestation":"true",
       "Self_Attestation_Receiving_Officer":"Fred Jones",
   }

API Swagger is available here: https://api.meatmessaging.info/swagger/ui/index#!/Message/Message_Receipt

  • Message_Source - Type of message and version of this type of message always set to the value MM-RECADV-22-01 until a new version of this message is released.
  • MMCID - Receiving company/ company sending receipt message. The MMCID's corresponding "export establishment number" must match the "LOC_11_est" of the message being receipted, unless performing a self attestation, where the MMCID’s corresponding “export establishment number” must match the “DEQ_est_no” of the message being receipted. The MMCID in the payload must match the corresponding MMCID of the API Key used.
  • MMUID - Meat Message User code for receiving officer. MMUID must be a member of the specified MMCID.
  • RFF_AAK - Unique message reference of the company sending the receipt message.
  • Message_SSCC - Message SSCC being the identification of the consignment being receipted.
  • Received_DateTime - Date/Time of consignment receipt. Format: CCYYMMDDHHMM.
  • Detailed_Inspection_Performed - If a detailed inspection has been conducted this value is 'true' else 'false'.
  • Self_Attestation - If a Self Attestation has been conducted this value is 'true' else 'false'.
  • Self_Attestation_Receiving_Officer - Name of receiving party officer if Self Attestation is performed.

Meat Messaging Cancel JSON payload example
  {
       "Message_Source":"MM-DESADV-22-01",
       "MMCID":"10000016",
       "RFF_AAK":"193312345840410940G",
       "BGM_type":"Export",
       "BGM_function":"1",
       "Message_SSCC":"193312345840410940"
   }

API Swagger is available here: https://api.meatmessaging.info/swagger/ui/index#/

  • Message_Source - Type of message and version of this type of message.
  • MMCID - This is the Meat Messaging identification of the company. Must start with the number 1 and is 8 digits.
  • RFF_AAK - Unique message reference of the company sending the cancel message.
  • BGM_type - This is set type of message with the options of 'Export', 'eMTC' or 'Domestic' .
  • BGM_function - This is the flow control for the message with the value of 1 defining the message is to be Cancelled.
  • Message_SSCC - Message SSCC being the identification of the consignment being cancelled.

Meat Messaging DESADV JSON payload explanation

NOTE: Segments marked "Mandatory" MUST be included in the payload. Segments marked "Conditional" can be considered Mandatory within certain message types (Export message, eMTC and Domestic message) supply chain use cases and/ or commercial supply arrangements.

NOTE: The segment meaning and usage for a number of segments change for the different message types of Export message, eMTC and Domestic message.

segment_list.csv

Segment
Data type
Use
Purpose
Explanation
Issued
  {
       "MMCID": "10000016" ,
Mandatory
This is the Meat Messaging identification of the company. This MUST match the Send Code / API Key for the Meat Messaging registered company.
01 Jan 14
       "Message_Source": "MM-DESADV-22-01" ,
Text
Mandatory
Shows the Message type, processing class and payload version
21 May 20
       "RFF_AAK": "193312345840410940A" ,
SSCC & ID
Mandatory
Senders unique message reference (SSCC number) (Despatch Advice Number) with version indicator. The 00 for the SSCC must be removed. Total length must be 19 characters.
01 Jan 14
       "BGM_type": "Export" ,
Mandatory
This is set by the user for the type of message.
01 Jan 14
       "BGM_function": "9" ,
Mandatory
This is the flow control for the message.
01 Jan 14
       "Message_SSCC": "193312345840410940" ,
Mandatory
SSCC for the consignment
01 Jan 14
       "m_status": "OPEN" ,
Mandatory
Message status indicator
01 Jan 14
       "DTM_137": "201902181923" ,
Mandatory
Message date time
01 Jan 14
       "DEQ_c_name": "Really Good Meats Company Pty Ltd" ,
Mandatory
For Export shipments: This group of segments [DEQ] is used for the Exporter/ Consignor details as shown on the Health Certificate. When a Non-Packer Export is exporting the shipment the segment [EX_MMCID] MUST be used.
For eMTC shipments: This group of segments [DEQ] is used for the Establishment where the product placed into the vehicle and is in control of the product. Called the Consigned From on the eMTC.
For Domestic shipments: This group of segments [DEQ] is used for the Establishment where the product placed into the vehicle and is in control of the product.
01 Jan 14
       "DEQ_est_no": "9999" ,
Mandatory
Accredited Export Establishment - Refer to AUS-MEAT Accredited
01 Jan 14
       "DEQ_address1": "1 Slaughter Road" ,
Conditional
Address line 1 NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "DEQ_address2": "SLAUGHTERVILLE" ,
Conditional
Address line 2 NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "DEQ_state": "QLD" ,
Conditional
State NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "DEQ_zip": "4111" ,
Conditional
Post code or ZIP NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "DEQ_country": "AUSTRALIA" ,
Mandatory
ISO 3166, country name
01 Jan 14
       "DEQ_iso_c_code": "AU" ,
Mandatory
ISO 3166-1, Alpha-2 code
01 Jan 14
       "DEQ_gln": "9332999008020" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "DEQ_p_name": "Joe Smith" ,
Text
Mandatory
Contact name for communication
01 Jan 14
       "DEQ_email": "info@reallygoodmeats.com.au" ,
Email
Mandatory
Email address for communication
01 Jan 14
       "DEQ_d_signature": "" ,
Conditional
There are simple security requirements that must be included in eMTCs solutions that ensure authenticity of the message.
01 Jan 14
       "DEQ_phone_1": "+61299999991" ,
Text
Conditional
01 Jan 14
       "DEQ_phone_2": "+61412999991" ,
Text
Optional
01 Jan 14
       "DP_est_no": "9998" ,
Conditional
Accredited Export Establishment - Refer to AUS-MEAT Accredited
26 Jul 21
       "DP_c_name": "Meat Importing Company" ,
Text
Conditional
This segment [DP] is Conditional but recommended for the foreign company [import inspection facility] where the consignment is inspected (export) or Mandatory for the establishment where the product is consigned to (eMTC or domestic). Called the "Consigned To.
01 Jan 14
       "DP_address1": "1111 Import Road" ,
Text
Conditional
Address line 1
01 Jan 14
       "DP_address2": "Importville" ,
Text
Conditional
Address line 2
01 Jan 14
       "DP_state": "NJ" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "DP_zip": "66584" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "DP_country": "UNITED STATES OF AMERICA" ,
Mandatory
ISO 3166, country name
01 Jan 14
       "DP_iso_c_code": "US" ,
Mandatory
ISO 3166-1, Alpha-2 code
01 Jan 14
       "DP_gln": "1012999008020" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "DP_p_name": "Fred Jones" ,
Text
Conditional
Contact name for communication
01 Jan 14
       "DP_email": "info@importco.com" ,
Email
Conditional
01 Jan 14
       "DP_phone_1": "+1202999234" ,
Text
Conditional
01 Jan 14
       "DP_phone_2": "+1483948560" ,
Text
Optional
01 Jan 14
       "CN_c_name": "My Meat Buyer" ,
Text
Conditional
This segment [CN] is Optional for the foreign company buyer (export) or Mandatory and copied from the segment [DP] (eMTC or domestic). Called the "Consignee or Buyer".
01 Jan 14
       "CN_est_no": "I9991" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian AUS-MEAT list.
01 Jan 14
       "CN_address1": "1 Meat Market Road" ,
Text
Conditional
Address line 1
01 Jan 14
       "CN_address2": "Marketville" ,
Text
Conditional
Address line 2
01 Jan 14
       "CN_state": "NJ" ,
Conditional
01 Jan 14
       "CN_zip": "66584" ,
Conditional
01 Jan 14
       "CN_country": "UNITED STATES OF AMERICA" ,
Conditional
ISO 3166, country name
01 Jan 14
       "CN_iso_c_code": "US" ,
Conditional
ISO 3166-1, Alpha-2 code
01 Jan 14
       "CN_gln": "1013999009021" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "CN_p_name": "Mark Mathews" ,
Text
Conditional
Contact name for communication
01 Jan 14
       "CN_email": "data@importco.com" ,
Email
Conditional
Email address for communication
01 Jan 14
       "CN_phone_1": "+1332884234" ,
Text
Conditional
01 Jan 14
       "CN_phone_2": "+1204884234" ,
Text
Conditional
01 Jan 14
       "SU_c_name": "My Meat Works" ,
Conditional
For All shipments: This group of segments [SU] is used for the Export Establishment details that:
  • Produced the product, when the Loading Establishment is one and the same.
  • transferred the product to the Loading Establishment, when the Loading Establishment did NOT produce the product.

NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_est_no": "9998" ,
Conditional
Accredited Export Establishment - Refer to AUS-MEAT Accredited
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_address1": "999 Slaughter Road" ,
Conditional
Address line 1
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_address2": "SLAUGHTERVILLE" ,
Conditional
Address line 2
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_state": "QLD" ,
Conditional
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_zip": "4998" ,
Conditional
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_country": "AUSTRALIA" ,
Conditional
ISO 3166, country name
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_iso_c_code": "AU" ,
Conditional
ISO 3166-1, Alpha-2 code
NOTE: Mandatory as at 1st May 2024
01 Jan 14
       "SU_gln": "9332999003451" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations..
01 Jan 14
       "SU_p_name": "Luke Lucky" ,
Text
Conditional
Contact name for communication
01 Jan 14
       "SU_email": "info@meatworksco.com" ,
Email
Conditional
Email address for communication
01 Jan 14
       "SU_phone_1": "+61733634793" ,
Text
Conditional
01 Jan 14
       "SU_phone_2": "+61412558560" ,
Text
Conditional
01 Jan 14
       "RA_c_name": "Dept Ag" ,
Set value
Conditional
This segment [RA] is Mandatory with eMTC and identifies that the inspection authorisation is through Australian Department of Agriculture.
01 Jan 14
       "RA_country": "AUSTRALIA" ,
Conditional
ISO 3166, country name
01 Jan 14
       "RA_iso_c_code": "AU" ,
Conditional
ISO 3166-1, Alpha-2 code
01 Jan 14
       "RA_gln": "" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "RA_p_name": "Paul Johns" ,
Text
Conditional
Contact name for communication
01 Jan 14
       "RA_email_1": "sysadmin@myco.com.au" ,
Email
Conditional
01 Jan 14
       "RA_email_2": "sysadmin@myco.com.au" ,
Email
Conditional
01 Jan 14
       "RA_d_signature": "71476079" ,
Conditional
There are simple security requirements that must be included in eMTCs solutions that ensure authenticity of the message.
01 Jan 14
       "RA_phone_1": "" ,
Text
Conditional
01 Jan 14
       "RA_phone_2": "" ,
Text
Conditional
01 Jan 14
       "BY_c_name": "My Meat Buyer" ,
Text
Conditional
This segment [BY] is Conditional based on the need for notifying the buyer in advance of the arrival of the consignment. The company that is buying the product.
01 Jan 14
       "BY_est_no": "I9991" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian AUS-MEAT list.
01 Jan 14
       "BY_address1": "1 Meat Market Road" ,
Text
Conditional
Address line 1
01 Jan 14
       "BY_address2": "Marketville" ,
Text
Conditional
Address line 2
01 Jan 14
       "BY_state": "NJ" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "BY_zip": "66584" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "BY_country": "UNITED STATES OF AMERICA" ,
Conditional
ISO 3166, country name
01 Jan 14
       "BY_iso_c_code": "US" ,
Conditional
ISO 3166-1, Alpha-2 code
01 Jan 14
       "BY_gln": "1013999009021" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "BY_p_name": "Mark Mathews" ,
Text
Conditional
Contact name for communication
01 Jan 14
       "BY_email": "data@importco.com" ,
Email
Conditional
Email address for communication
01 Jan 14
       "BY_phone_1": "+1332884234" ,
Text
Conditional
01 Jan 14
       "BY_phone_2": "+1204884234" ,
Text
Optional
01 Jan 14
       "QA_c_name": "" ,
Conditional
For Shipping Container Export shipments: This group of segments [QA] is used for the Export Establishment details where the shipping container was loaded and the seal applied. On the All Carton Serial Number Report this is shown on the Third Party/ Loading Establishment.
For Air Freight Export shipments: This group of segments [QA] is used for the Export Establishment details of the Air Freight Forwarder where the aircraft was loaded. On the All Carton Serial Number Report this is shown on the Third Party/ Loading Establishment.
For Bulk Ship Export shipments: This group of segments [QA] is used for the Export Establishment details of terminal where the vessel was loaded. On the All Carton Serial Number Report this is shown on the Third Party/ Loading Establishment.
For eMTC and Domestic shipments: This group of segments [QA] is used for the Export Establishment details that loaded the truck or transport unit. The group of segments [QA] is not shown on the eMTC report.
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_est_no": "" ,
Conditional
Accredited Export Establishment - Refer to AUS-MEAT Accredited
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_address1": "" ,
Conditional
Address line 1
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_address2": "" ,
Conditional
Address line 2
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_state": "" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_zip": "" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_country": "" ,
Conditional
ISO 3166, country name
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_iso_c_code": "" ,
Conditional
ISO 3166-1, Alpha-2 code
NOTE: Mandatory as at 1st May 2024
01 Aug 19
       "QA_gln": "" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Aug 19
       "QA_p_name": "" ,
Text
Conditional
Contact name for communication
01 Aug 19
       "QA_email": "" ,
Email
Conditional
Email address for communication
01 Aug 19
       "QA_phone_1": "" ,
Text
Conditional
01 Aug 19
       "QA_phone_2": "" ,
Text
Optional
01 Aug 19
       "DTM_11": "201902181954" ,
Mandatory
Despatch date and/or time
01 Jan 14
       "DTM_17": "201902230000" ,
Recommended
Delivery date/time, estimated
01 Jan 14
       "RFF_RF": "AC9W9C43R" ,
Text
Conditional
Export clearance number (Export Reference Number - reference No. given to a export shipment)
01 Jan 14
       "RFF_BM": "SUDU39BNE001266X" ,
Text
Conditional
Bill of lading reference number
01 Jan 14
       "RFF_EX": "AA325364" ,
Text
Conditional
Mandatory for export - EX DOC application number issued for the ECN process eg RFP
01 Jan 14
       "RFF_AWS": "934482" ,
Text
Conditional
Mandatory for export - Health Certificate number (Hygienic Certificate number, national Nationally set Hygienic Certificate number, such as sanitary, epidemiologic)
01 Jan 14
       "RFF_IV": "37756423" ,
Text
Conditional
Company Invoice number
01 Jan 14
       "RFF_ON": "PT55638" ,
Text
Conditional
Buyer Order number
01 Jan 14
       "RFF_GN": "" ,
Text
Conditional
Paper MTC Number if applicable - Government reference number - A number that identifies a government reference
01 Jan 14
       "RFF_AWT": "These products are eligible for export to the following countries" ,
Text
Conditional
This is required for eMTC
01 Jan 14
       "RFF_SRN": "ABC012345674" ,
Text
Conditional
Shipping or Port Mark for US Pallet Pilot comprising 3 alpha and 9 digits being the last 9 digits of the shipment SSCC.
26 May 20
       "RFF_SO": "SO55638" ,
Text
Conditional
Internal company unique identification - non GS1
01 Jan 14
       "TDT_20_ref": "908N" ,
Text
Conditional
Details of transport carrier such as the Voyage/Flight no.
01 Jan 14
       "TDT_20_mode": "60" ,
Mandatory
Mode is determined based on transport method. Common to use 60 as Multimodal
01 Jan 14
       "TDT_20_means": "13" ,
Conditional
Transport means description code. Code specifying the means of transport. For export via Ocean vessel use value 13. For eMTC using truck use value 28.
01 Jan 14
       "TDT_20_c_name": "HAMBURG SUD AUSTRALIA PTY LTD" ,
Text
Conditional
Transport or Carrier company name
01 Jan 14
       "TDT_20_direction": "SB" ,
Mandatory
Transit direction indicator code. Default for Supplier to buyer is the value SB.
01 Jan 14
       "TDT_20_trans_id": "SPIRIT OF SYDNEY" ,
Text
Conditional
Vehicle registration(s) or identification for the Ship/Aircraft
01 Jan 14
       "TDT_20_email": "someone@mycompany.com" ,
email
Conditional
Email address for notfication to transport company
01 Aug 19
       "LOC_8_dest_city": "Philadelphia" ,
Text
Conditional
For export consignments this is the city of final destination
20 Nov 19
       "LOC_36_dest_country": "United States of America" ,
Conditional
For export consignments this is the country of final destination. ISO 3166, country name
26 Nov 19
       "LOC_9_c_name": "My Export Company" ,
Mandatory
This segment [LOC_9] is used for either the Port of Loading (As per RFP or Health Certificate) for Export, or of the detail of the location of Load Out for eMTC. For Export this is likely be the terminal name (Refer to the UN/LOCODE code list) if no company name is known. For eMTC or domestication this is an Australian Establishment and address details.
01 Jan 14
       "LOC_9_est": "9997" ,
Conditional
Accredited Export Establishment - Refer to AUS-MEAT Accredited
01 Jan 14
       "LOC_9_gln": "9332999009496" ,
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "LOC_9_address1": "1 Export Road" ,
Text
Conditional
Address line 1
01 Jan 14
       "LOC_9_address2": "Exportville" ,
Text
Conditional
Address line 2
01 Jan 14
       "LOC_9_state": "QLD" ,
Conditional
01 Jan 14
       "LOC_9_zip": "4003" ,
Conditional
01 Jan 14
       "LOC_9_country": "AUSTRALIA" ,
Mandatory
ISO 3166, country name
01 Jan 14
       "LOC_9_iso_c_code": "AU" ,
Mandatory
ISO 3166-1, Alpha-2 code
01 Jan 14
       "LOC_9_email": "orders@myexportcompany.com.a" ,
Email
Conditional
Email address for communication
01 Jan 14
       "LOC_11_c_name": "Importing Port Co" ,
Mandatory
This segment [LOC_11] is used for either the Port of Discharge (As per RFP or Health Certificate) for Export, or of the detail of the location of Receiving for eMTC. For Export this is likely be the terminal name (Refer to the UN/LOCODE code list) if no company name is known. For eMTC or domestication this is an Australian Establishment and address details.
01 Jan 14
       "LOC_11_est": "I9991" ,
Conditional
For Export (optional usage), eg U.S.A. export - use U.S.A. inspection facility list, if eMTC (mandatory) use Australian AUS-MEAT list of export listed establishment numbers. For Domestication of product either the AUS-MEAT list of export listed establishment numbers or leave blank if the destination is a non-export location.
01 Jan 14
       "LOC_11_gln": "1039900949623" ,
GLN
Conditional
GLN (Global Location Number) provides the global identification of physical locations.
01 Jan 14
       "LOC_11_address1": "1 Import Steet" ,
Text
Conditional
Address line 1
01 Jan 14
       "LOC_11_address2": "Importville" ,
Text
Conditional
Address line 2
01 Jan 14
       "LOC_11_state": "Pennsylvania" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "LOC_11_zip": "19134" ,
Conditional
For Export, use export lists (eg US list), if eMTC or Domestication use Australian list.
01 Jan 14
       "LOC_11_country": "UNITED STATES OF AMERICA" ,
Mandatory
ISO 3166, country name
01 Jan 14
       "LOC_11_iso_c_code": "US" ,
Mandatory
ISO 3166-1, Alpha-2 code
01 Jan 14
       "LOC_11_email": "orders@myimportcompany.com" ,
Email
Conditional
Email address for communication
01 Jan 14
       "EX_MMCID": "10000016" ,
8 digits
Conditional
This segment is used to provide access to NPE for the finalisation of Health Certificates. The value is the MMCID for the NPE that has had the RFP transferred. The NPE can access the Messages and add the Health Certificate number to the message. This is permitted for OPEN or SENT only messages. An NPE must be registered with Meat Messaging to be issued a MMCID and use Meat Messaging. To obtain the MMCID for the NPE, contact the NPE.
18 Mar 21
       "EQD_1": "CN" ,
Mandatory
Transport unit type
01 Jan 14
       "EQD_2": "ADDN33652388" ,
Text
Conditional
Identification for load unit. For Export this is often a container identification. For eMTC this is often the truck and trailer registration numbers.
01 Jan 14
       "MEA_PD_1": "AAA" ,
Mandatory
Weight indicator of the consigment
01 Jan 14
       "MEA_PD_2": "15365.45 kg" ,
Text
Mandatory
Weight unit and value
01 Jan 14
       "SEL_CA": "55677342" ,
Text
Conditional
Seal number assigned by transport company
01 Jan 14
       "SEL_SH": "99453" ,
Text
Conditional
Seal number assigned by consignee
01 Jan 14
       "SEL_CU": "532812" ,
Text
Conditional
Seal number assigned by GOV (DA) - Quarantine agency.
01 Jan 14
       "load_detail_inspect": "Yes" ,
Mandatory
The load was subjected to detailed inspection as a yes or no
01 Jan 14
       "eu_eligible": "No" ,
Mandatory
Is this meat EU-eligible as a yes or no
01 Jan 14
       "total_unit_count": "7" ,
Number
Mandatory
Total number of units, eg cartons
01 Jan 14
       "p_portmark": "" ,
Text
Conditional
For US and some other markets the shipping mark is Mandatory. There can be one or more shipping marks per consignment.When different shipping marks are used per group, show the shipping marks on the group level segment.
01 Jan 14
           "lines": [
                 {
                  "mm_det_CPS_group": "1" ,
Number
Mandatory
Increments for each item group in a message. A group must have only one product code/GTIN.
01 Jan 14
                  "mm_det_group_sscc": "893322186801167566" ,
Mandatory
SSCC for the group level. Each group must have a unique SSCC.
01 Jan 14
                  "mm_det_PAC_count": "2" ,
Number
Mandatory
Count of unit (eg cartons) for this group.
01 Jan 14
                  "mm_det_PAC_PK": "CHILLED CARTON" ,
Mandatory
The packaging types as per Health Certficate or MTC line item
01 Jan 14
                  "mm_det_HAN_EAT": "KEEP CHILLED -1 DEGREE CELCIUS" ,
Mandatory
Refrigeration statement to comply with importing country requirements.
01 Jan 14
                  "mm_det_LIN": "99332218122316" ,
Mandatory
Product GTIN for the group
01 Jan 14
                  "mm_det_PIA": "AAA070933932" ,
Text
Conditional
Shipping mark for this group - used when required for market. When different shipping marks are used per group, show the shipping marks on the group level segment.
01 Jan 14
                  "mm_det_IMD_C": "" ,
Conditional
UN/ECE code for the carton/carcase product. Contact AUS-MEAT for UNECE coding specifications
01 Jan 14
                  "mm_det_IMD_E": "Raw - Intact, Raw intact beef, Primals and Subprimals" ,
Mandatory
Trade Description (Heath Certificate Description) for this group of cartons. This is typically what is shown on the Health Certificate Description line.
For US markets this would be as required by FSIS.
This may be the same or different to the commercial description that is printed as the Commercial Product Description on the carton label.
01 Jan 14
                  "mm_det_IMD_E_A": "Grass Fed, Range Fed" ,
Text
Conditional
Commercial raising claims for this group of cartons. Eg Grass fed, grain fed, fee range, range fed
01 Jun 19
                  "mm_det_IMD_E_B": " Certified Organic" ,
Text
Conditional
Commercial product system claims for this group of cartons Eg Certified Organic, Organic, Conventional
01 Jun 19
                  "mm_det_IMD_E_C": "Halal" ,
Text
Conditional
Commercial religious product system claims for this group of cartons. Eg Halal,
01 Jun 19
                  "mm_det_IMD_E_D": "Raised in the Gippsland district" ,
Text
Conditional
Commercial raising/ production region claims for this group of cartons. Eg raised in the Gippsland district
01 Jun 19
                  "mm_det_IMD_E_E": " MSA GRILL 4 @ 10 days" ,
Text
Conditional
Commercial grading claims for this group of cartons. Eg MSA GRILL 4 @ 10 days
01 Jun 19
                  "mm_det_IMD_E_F": "Certified Angus" ,
Text
Conditional
Commercial branding claims for this group of cartons.Eg Certified Angus,
01 Jun 19
                  "mm_det_IMD_F": "*S-CT* CHUCK TENDER" ,
Mandatory
Commercial Product Description for this group of cartons eg description on the carton label.
01 Jan 14
                  "mm_det_MEA_PD_AAA": "54.4" ,
Value
Mandatory
Total net weight for group
01 Jan 14
                  "mm_det_MEA_PD_AAA_unit": "KGM" ,
Mandatory
Unit of measure for data set eg KGM
01 Jan 14
                  "mm_det_MEA_PD_AAK": "" ,
Text
Conditional
Percentage Chemical Lean - eg 80 CL --coded data
01 Jan 14
                  "mm_det_QTY": "2" ,
Value
Mandatory
Despatched units for this group of cartons
01 Jan 14
                  "mm_det_DLM": "0" ,
Mandatory
Used to indicate the test and hold status of the product group. 0 = Product for release (This can be considered the default for products, unless there is a requirement for a product to have a successful test results to allow it to leave). 1 = Product held awaiting inspection/ test results.
01 Jan 14
                  "mm_det_LOC_246": "9999" ,
Mandatory
This is the Slaughter Establishment Number from the Accredited Export Establishment Listing- Refer to AUS-MEAT Accreditation Listing.
01 Jan 14
                  "mm_det_DTM_X20": "20190207-20190207" ,
Mandatory
Slaughter date range
01 Jan 14
                  "mm_det_LOC_40E": "9999" ,
Mandatory
This is the Processing (or Production) Establishment Number using the Accredited Export Establishment Listing - Refer to AUS-MEAT Accreditation Listing.
01 Jan 14
                  "mm_det_DTM_94": "20190212-20190212" ,
Mandatory
Production date range
01 Jan 14
                  "mm_det_LOC_27": "AUSTRALIA" ,
Mandatory
Country of Origin ISO 3166, country name
01 Jan 14
                  "mm_det_IMD_C_b": "BOVINE" ,
Mandatory
Species
01 Jan 14
                  "mm_det_IMD_C_c": "BONELESS" ,
Mandatory
Bone status for product description
01 Aug 19
                  "mm_det_IMD_C_d": "1031" ,
Conditional
Market/ country eligibility codes - Required for eMTC
01 Jan 14
                  "mm_det_IMD_C_e": "" ,
Value
Conditional
Product endorsement codes - Required for eMTC - Yet to be released
01 Jan 14
                  "mm_det_IMD_C_x": "SA" ,
Text
Conditional
eMTC Identification marks for specific markets
16 Aug 21
                  "mm_det_AAY_CFA": "ABC23456" ,
Text
Conditional
Certificate for Analysis - used for Trim and other products that require a Certificate for Analysis
26 Nov 19
                  "mm_det_AAY_COO": "5456735" ,
Text
Conditional
Certificate for Origin - used for products and markets that require a Certificate for Origin
26 Nov 19
                  "mm_det_AAY_HALAL": "ICCV" ,
Text
Conditional
Halal Service Provider
30 Jan 23
                  "mm_det_LOC_47": "AU,JP,KR" ,
Conditional
Region of Destination - Comma seperated list of ISO 3166-1 alpha-2 codes
03 Jan 23
                   "items": [
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123721287"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            },
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123701263"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            }
                    ]
                  },
                 {
                  "mm_det_CPS_group": "2" ,
Number
Mandatory
Increments for each item group in a message. A group must have only one product code/ GTIN.
01 Jan 14
                  "mm_det_group_sscc": "893322186801167573" ,
Mandatory
SSCC for the group level. Each group must have a unique SSCC.
01 Jan 14
                  "mm_det_PAC_count": "5" ,
Number
Mandatory
Count of unit (eg cartons) for this group.
01 Jan 14
                  "mm_det_PAC_PK": "CHILLED CARTON" ,
Mandatory
The packaging types as per Health certficate or MTC line item
01 Jan 14
                  "mm_det_HAN_EAT": "KEEP CHILLED -1 DEGREE CELCIUS" ,
Mandatory
Refrigeration statement to comply with importing country requirements
01 Jan 14
                  "mm_det_LIN": "99348731009997" ,
Mandatory
Product GTIN for the group
01 Jan 14
                  "mm_det_PIA": "AAA07045636" ,
Text
Conditional
Shipping mark for this group - used when required for market. When different shipping marks are used per group, show the shipping marks on the group level segment.
01 Jan 14
                  "mm_det_IMD_C": "" ,
Conditional
UN/ECE code for the carton/ carcase product Contact AUS-MEAT for UNECE coding specifications
01 Jan 14
                  "mm_det_IMD_E": "Raw - Intact, Raw intact beef, Primals and Subprimals" ,
Mandatory
Trade Description (Heath Certificate Description) for this group of cartons. This is typically what is shown on the Health Certificate Description line. For US markets this would be as required by FSIS. This may be the same or different to the commercial description that is printed as the Commercial Product Description on the carton label.
01 Jan 14
                  "mm_det_IMD_E_A": "Grass Fed, Range Fed" ,
Text
Conditional
Commercial raising claims for this group of cartons. Eg Grass fed, grain fed, fee range, range fed
01 Jun 19
                  "mm_det_IMD_E_B": "Certified Organic" ,
Text
Conditional
Commercial product system claims for this group of cartons Eg Certified Organic, Organic, Conventional
01 Jun 19
                  "mm_det_IMD_E_C": "Halal" ,
Text
Conditional
Commercial religious product system claims for this group of cartons. Eg Halal,
01 Jun 19
                  "mm_det_IMD_E_D": "Raised in the Gippsland district" ,
Text
Conditional
Commercial raising/ production region claims for this group of cartons. Eg raised in the Gippsland district
01 Jun 19
                  "mm_det_IMD_E_E": "" ,
Text
Conditional
Commercial grading claims for this group of cartons. Eg MSA GRILL 4 @ 10 days
01 Jun 19
                  "mm_det_IMD_E_F": "" ,
Text
Conditional
Commercial branding claims for this group of cartons.Eg Certified Angus,
01 Jun 19
                  "mm_det_IMD_F": "*A* 85CL Trim" ,
Mandatory
Commercial Product Description for this group of cartons eg description on the carton label.
01 Jan 14
                  "mm_det_MEA_PD_AAA": "136.0" ,
Value
Mandatory
Total net weight for group
01 Jan 14
                  "mm_det_MEA_PD_AAA_unit": "KGM" ,
Mandatory
Unit of measure for data set eg KGM
01 Jan 14
                  "mm_det_MEA_PD_AAK": "85CL" ,
Text
Conditional
Percentage Chemical Lean - eg 80 CL --coded data
01 Jan 14
                  "mm_det_QTY": "5" ,
Value
Mandatory
Despatched units for this group of cartons
01 Jan 14
                  "mm_det_DLM": "0" ,
Mandatory
Used to indicate the test and hold status of the product group. 0 = Product for release (This can be considered the default for products, unless there is a requirement for a product to have a successful test results to allow it to leave). 1 = Product held awaiting inspection/ test results.
01 Jan 14
                  "mm_det_LOC_246": "9999" ,
Mandatory
Accredited Export Establishment - Refer to AUS-MEAT Accredited
01 Jan 14
                  "mm_det_DTM_X20": "20190207-20190207" ,
Mandatory
Slaughter date range
01 Jan 14
                  "mm_det_LOC_40E": "9999" ,
Mandatory
Accredited Export Establishment - Refer to AUS-MEAT Accredited
01 Jan 14
                  "mm_det_DTM_94": "20190212-20190212" ,
Mandatory
Production date range
01 Jan 14
                  "mm_det_LOC_27": "AUSTRALIA" ,
Mandatory
Country of Origin ISO 3166, country name
01 Jan 14
                  "mm_det_IMD_C_b": "BOVINE" ,
Mandatory
Species
01 Jan 14
                  "mm_det_IMD_C_c": "BONELESS" ,
Mandatory
Bone status for product description
01 Aug 19
                  "mm_det_IMD_C_d": "1031" ,
Value
Conditional
Market/ country eligibility codes - Required for eMTC
01 Jan 14
                  "mm_det_IMD_C_e": "" ,
Value
Conditional
Product endorsement codes - Required for eMTC - Yet to be released
01 Jan 14
                  "mm_det_IMD_C_x": "" ,
Text
Conditional
eMTC Identification marks for specific markets
16 Aug 21
                  "mm_det_AAY_CFA": "ABC23456" ,
Text
Conditional
Certificate for Analysis - used for Trim and other products that require a Certificate for Analysis
26 Nov 19
                  "mm_det_AAY_COO": "5456735" ,
Text
Conditional
Certificate for Origin - used for products and markets that require a Certificate for Origin
26 Nov 19
                  "mm_det_AAY_HALAL": "ICCV" ,
Text
Conditional
Halal Service Provider
30 Jan 23
                  "mm_det_LOC_47": "AU,JP,KR" ,
Conditional
Region of Destination - Comma seperated list of ISO 3166-1 alpha-2 codes
03 Jan 23
                   "items": [
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123721287"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            },
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123701263"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            },
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123521086"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            },
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123591152"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            },
                          {
                                    "mm_det_sub_type": "4"
Mandatory
Type code number for sub details (eg the item). This is usally 4.
01 Jan 14
                                    "mm_det_sb_data_p1": "019934873100999731020027201318071921123661226"
Text
Conditional
GTIN and AIs (the full barcode) for the item (eg carton).
01 Jan 14
                                    "mm_det_sb_data_p2":
Text
Conditional
Country eligibility code set for the item
01 Jan 14
                                    "mm_det_sb_cl": "85"
Value
Conditional
CL value for the carton, if applicable
01 Jan 14
                                    "mm_det_sb_run":
Text
Conditional
Identifier of the boning production run for the individual carton used for traceability linkage to the source properties and/ or group of animals.
01 Jan 14
                            }
                    ]
                  }
             ]
   }