SellersItemIdentification

Use this element to specify details about the Seller's item identification.

Elements

Name (Path)CardinalityDescription
Supplier's Item Identification (/Invoice/InvoiceLine/SellersItemIdentification)0..1A group of elements providing information about the Seller's item identification.
Supplier's Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID)1..1An identifier, assigned by the Seller, for the item.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:SellersItemIdentification>
            <cbc:ID>SE.88664422</cbc:ID>
        </cac:SellersItemIdentification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>