Italy FPA: Buyer's EORI Code
You can include the Buyer's EORI number.
The Economic Operator Registration and Identification (EORI) number identifies parties in Italy.
Use the PartyIdentification/ID element to specify the Buyer's EORI number. 
Italian Specification
| Detail | Value | 
|---|---|
| Italian Specification | 1.4.1.3.5 (CodEORI) | 
Elements
| Element | Description | 
|---|---|
| Invoice/AccountingCustomerParty/Party/PartyIdentification/ID | Specify the EORI number. | 
| Invoice/AccountingCustomerParty/Party/PartyIdentification/ID[@schemeID='VRBL:IT:EORI'] | Specify VRBL:IT:EORIfor the@schemeIDattribute. | 
Restrictions
- You must use VRBL:IT:EORIfor the@schemeIDattribute.
Example
<ubl:Invoice>
    <cac:AccountingCustomerParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyIdentification>
                <cbc:ID schemeID="VRBL:IT:EORI">9876543210124</cbc:ID>
            </cac:PartyIdentification>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
</ubl:Invoice>
Updated about 1 month ago
