<?xml version="1.0" encoding="utf-8"?>
<ORDER xmlns="http://www.opentrans.org/XMLSchema/2.1" xmlns:bmecat="http://www.bmecat.org/bmecat/2005" xmlns:ns3="http://www.w3.org/2005/05/xmlmime" xmlns:unite="http://www.unite.eu/opentrans/udx/v1" xmlns:ns5="http://www.w3.org/2000/09/xmldsig#" version="2.1" type="standard">
<ORDER_HEADER>
<ORDER_INFO>
<ORDER_ID>1000008970</ORDER_ID> <!-- customer order id - will be replaced by unite order id if no customer specific id is set -->
<ORDER_DATE>2024-01-23</ORDER_DATE> <!-- date of order creation -->
<PARTIES>
<PARTY>
<bmecat:PARTY_ID type="mercateo">123456789</bmecat:PARTY_ID> <!-- customer id at exclusive seller -->
<PARTY_ROLE>buyer</PARTY_ROLE> <!-- indicates buyer address -->
<ADDRESS>
<bmecat:NAME>Buyer Company</bmecat:NAME>
<bmecat:NAME2>Herr Max Buyer</bmecat:NAME2>
<CONTACT_DETAILS>
<bmecat:CONTACT_NAME>Herr Max Buyer</bmecat:CONTACT_NAME>
<bmecat:EMAILS>
<bmecat:EMAIL>Max.Buyer@customer.de</bmecat:EMAIL>
</bmecat:EMAILS>
</CONTACT_DETAILS>
<bmecat:STREET>Customerstr. 5</bmecat:STREET>
<bmecat:ZIP>10117</bmecat:ZIP>
<bmecat:CITY>Berlin</bmecat:CITY>
<bmecat:COUNTRY>DE</bmecat:COUNTRY>
<bmecat:EMAIL>Max.Buyer@customer.de</bmecat:EMAIL>
</ADDRESS>
</PARTY>
<PARTY>
<bmecat:PARTY_ID type="mercateo">123456789</bmecat:PARTY_ID> <!-- customer id at exclusive seller -->
<PARTY_ROLE>central_regulator</PARTY_ROLE> <!-- indicates invoice address -->
<ADDRESS>
<bmecat:NAME>Invoice Company</bmecat:NAME>
<bmecat:NAME2>Frau Ina Invoice</bmecat:NAME2>
<CONTACT_DETAILS>
<bmecat:CONTACT_NAME>Frau Ina Invoice</bmecat:CONTACT_NAME>
<bmecat:EMAILS>
<bmecat:EMAIL>invoice@customer.de</bmecat:EMAIL>
</bmecat:EMAILS>
</CONTACT_DETAILS>
<bmecat:STREET>Customerstr. 5</bmecat:STREET>
<bmecat:ZIP>10117</bmecat:ZIP>
<bmecat:CITY>Berlin</bmecat:CITY>
<bmecat:COUNTRY>DE</bmecat:COUNTRY>
<bmecat:EMAIL>invoice@invoice@customer.de</bmecat:EMAIL>
</ADDRESS>
</PARTY>
<PARTY>
<bmecat:PARTY_ID type="buyer_specific">7777777</bmecat:PARTY_ID> <!-- supplier id, if provided in Unite system -->
<PARTY_ROLE>supplier</PARTY_ROLE> <!-- indicates supplier address -->
<ADDRESS>
<bmecat:NAME>We Supply GmbH</bmecat:NAME>
<CONTACT_DETAILS>
<bmecat:CONTACT_NAME>U-APPS-1234</bmecat:CONTACT_NAME>
</CONTACT_DETAILS>
<bmecat:STREET>Hauptstr. 123</bmecat:STREET>
<bmecat:ZIP>09876</bmecat:ZIP>
<bmecat:CITY>Musterhausen</bmecat:CITY>
<bmecat:COUNTRY>DE</bmecat:COUNTRY>
</ADDRESS>
</PARTY>
<PARTY>
<bmecat:PARTY_ID type="generated">72xxxxxxxa648e</bmecat:PARTY_ID> <!-- Unite internal id per delivery address -->
<PARTY_ROLE>delivery</PARTY_ROLE> <!-- indicates delivery address -->
<ADDRESS>
<bmecat:NAME>Delivery Company</bmecat:NAME>
<bmecat:NAME2>Herr Donald Delivery</bmecat:NAME2>
<CONTACT_DETAILS>
<bmecat:CONTACT_NAME>Herr Donald Delivery</bmecat:CONTACT_NAME>
<bmecat:EMAILS>
<bmecat:EMAIL>delivery@customer.de</bmecat:EMAIL>
</bmecat:EMAILS>
</CONTACT_DETAILS>
<bmecat:STREET>Customerstr. 5</bmecat:STREET>
<bmecat:ZIP>10117</bmecat:ZIP>
<bmecat:CITY>Berlin</bmecat:CITY>
<bmecat:COUNTRY>DE</bmecat:COUNTRY>
<bmecat:EMAIL>delivery@customer.de</bmecat:EMAIL>
</ADDRESS>
</PARTY>
</PARTIES>
<ORDER_PARTIES_REFERENCE>
<bmecat:BUYER_IDREF type="mercateo">123456789</bmecat:BUYER_IDREF> <!-- customer id at exclusive seller-->
<bmecat:SUPPLIER_IDREF type="buyer_specific">7777777</bmecat:SUPPLIER_IDREF> <!-- supplier id, if provided in Unite system -->
<INVOICE_RECIPIENT_IDREF type="mercateo">123456789</INVOICE_RECIPIENT_IDREF> <!-- customer id at exclusive seller-->
</ORDER_PARTIES_REFERENCE>
<bmecat:CURRENCY>EUR</bmecat:CURRENCY> <!-- currency for this order -->
<REMARKS type="mercateoOrderId">C90123456-1</REMARKS> <!-- Unite internal order id - prefix C indicates comission orders that are forwarded to exclusive sellers -->
</ORDER_INFO>
</ORDER_HEADER>
<ORDER_ITEM_LIST>
<ORDER_ITEM>
<LINE_ITEM_ID>00010</LINE_ITEM_ID>
<PRODUCT_ID>
<bmecat:SUPPLIER_PID>ABC1234DEF</bmecat:SUPPLIER_PID> <!-- supplier article id -->
<bmecat:INTERNATIONAL_PID type="GTIN">4260000000000</bmecat:INTERNATIONAL_PID> <!-- optional if available in catalogue -->
<bmecat:BUYER_PID type="mercateo">P1234-ABC1234DEF</bmecat:BUYER_PID> <!-- supplier article id with unite catalogue prefix -->
<bmecat:DESCRIPTION_SHORT>USB Hub 4in1</bmecat:DESCRIPTION_SHORT>
</PRODUCT_ID>
<PRODUCT_FEATURES> <!-- optional if available in catalogue. Will always be ECLASS-5.1 -->
<bmecat:REFERENCE_FEATURE_SYSTEM_NAME>ECLASS-5.1</bmecat:REFERENCE_FEATURE_SYSTEM_NAME>
<bmecat:REFERENCE_FEATURE_GROUP_ID>45678900</bmecat:REFERENCE_FEATURE_GROUP_ID>
</PRODUCT_FEATURES>
<QUANTITY>4</QUANTITY> <!-- quantity of ordered items -->
<bmecat:ORDER_UNIT>C62</bmecat:ORDER_UNIT> <!-- order unit of ordered items -->
<PRODUCT_PRICE_FIX>
<bmecat:PRICE_AMOUNT>7.27</bmecat:PRICE_AMOUNT> <!-- net price per item related to PRICE_QUANTITY. If PRICE_QUANTITY is missing te item price is related to price quantity = 1 -->
<TAX_DETAILS_FIX>
<bmecat:TAX>0.19</bmecat:TAX> <!-- tax rate related to this item -->
</TAX_DETAILS_FIX>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>29.08</PRICE_LINE_AMOUNT> <!-- net price for the complete line item -->
<DELIVERY_DATE> <!-- expected date of delivery when the order has been created -->
<DELIVERY_START_DATE>2024-01-23T02:00:00.000</DELIVERY_START_DATE>
<DELIVERY_END_DATE>2024-01-23T02:00:00.000</DELIVERY_END_DATE>
</DELIVERY_DATE>
<bmecat:ACCOUNTING_INFO> <!-- will only occure if cost center and/or cost type is set in order -->
<bmecat:COST_CATEGORY_ID type="cost_center">General</bmecat:COST_CATEGORY_ID> <!-- optional: only type="cost_center" is available. Will only occure if cost center is set in this line item -->
<bmecat:COST_TYPE>Misc</bmecat:COST_TYPE> <!-- optional: will only occure if cost type is set in this line item -->
</bmecat:ACCOUNTING_INFO>
<REMARKS type="order">Comment</REMARKS> <!-- optional: customer specific remark / comment will only be occure if set in this line item -->
<REMARKS type="buyerspecificorderunit">PCE</REMARKS> <!-- if configured Unite can send over ISO order units -->
</ORDER_ITEM>
<ORDER_ITEM>
<LINE_ITEM_ID>00020</LINE_ITEM_ID>
<PRODUCT_ID>
<bmecat:BUYER_PID type="shippingCostGroup">unknown</bmecat:BUYER_PID>
<bmecat:DESCRIPTION_SHORT>shipping</bmecat:DESCRIPTION_SHORT>
<bmecat:PRODUCT_TYPE>service</bmecat:PRODUCT_TYPE>
</PRODUCT_ID>
<QUANTITY>1</QUANTITY>
<bmecat:ORDER_UNIT>EA</bmecat:ORDER_UNIT>
<PRODUCT_PRICE_FIX>
<bmecat:PRICE_AMOUNT>4.90</bmecat:PRICE_AMOUNT>
<TAX_DETAILS_FIX>
<bmecat:TAX>0.19</bmecat:TAX>
</TAX_DETAILS_FIX>
<bmecat:PRICE_QUANTITY>1</bmecat:PRICE_QUANTITY>
</PRODUCT_PRICE_FIX>
<PRICE_LINE_AMOUNT>4.90</PRICE_LINE_AMOUNT>
<REMARKS type="buyerspecificorderunit">PCE</REMARKS>
</ORDER_ITEM>
</ORDER_ITEM_LIST>
<ORDER_SUMMARY>
<TOTAL_ITEM_NUM>2</TOTAL_ITEM_NUM> <!-- total number of item lines -->
<TOTAL_AMOUNT>33.98</TOTAL_AMOUNT> <!-- total net amount -->
</ORDER_SUMMARY>
</ORDER>