Buyer's Item ID

You can add a reference to the Buyer's ID for an item.

Use the BuyersItemIdentification subelement of the InvoiceLine element to model this information.

Element

ElementDescription
Invoice/InvoiceLine/BuyersItemIdentification/IDSpecify the ID provided by the Buyer.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:BuyersItemIdentification>
            <cbc:ID>BY-123455</cbc:ID>
        </cac:BuyersItemIdentification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>