SellersItemIdentification
Use this element to specify details about the Seller's item identification.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Supplier's Item Identification (/Invoice/InvoiceLine/SellersItemIdentification ) | 0..1 | A group of elements providing information about the Seller's item identification. |
Supplier's Item Identification - ID (/Invoice/InvoiceLine/SellersItemIdentification/ID ) | 1..1 | An 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>
Updated 1 day ago