Italy: 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

DetailValue
Italian Specification1.4.1.3.5 (CodEORI)

Elements

ElementDescription
Invoice/AccountingCustomerParty/Party/PartyIdentification/IDSpecify the EORI number.
Invoice/AccountingCustomerParty/Party/PartyIdentification/ID[@schemeID='VRBL:IT:EORI']Specify VRBL:IT:EORI for the @schemeID attribute.

Restrictions

  • You must use VRBL:IT:EORI for the @schemeID attribute.

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>