India IRP: GTIN/EAN
You can add a GTIN or EAN to Indian Documents.
The Global Trade Item Number (GTIN) and European Article Numbering Code (EAN) can be used to help identify products.
Elements
Use the following sub-elements of the StandardItemIdentification element:
Name (Path) | Cardinality | Description |
---|---|---|
Standard Item Identification (/Invoice/InvoiceLine/StandardItemIdentification ) | 0..1 | A group of elements providing information about standard item identification. |
Standard Item Identification ID (/Invoice/InvoiceLine/StandardItemIdentification/ID ) | 1..1 | An identifier based on a registered scheme. |
Standard Item Identification ID Scheme Identifier (/Invoice/InvoiceLine/StandardItemIdentification/ID @schemeID ) | 1..1 | The scheme to which the identifier belongs. |
Restrictions
You must specify 0160
in the Standard Item Identification ID Scheme Identifier element.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:Item>
<!-- code omitted for clarity -->
<cac:StandardItemIdentification>
<cbc:ID schemeID="0160">8901072002478</cbc:ID>
</cac:StandardItemIdentification>
<!-- code omitted for clarity -->
</cac:Item>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
<!-- code omitted for clarity -->
</Invoice>
Updated 4 days ago