Serbia (SeF): Sellers Item Identification
In Serbian e-transport, the sellers item identification is a mandatory element.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Sellers Item Identification (DespatchAdvice/DespatchLine/SellersItemIdentification) | 1..1 | A group of elements providing information about the Seller's item identification. |
Item Seller's Identifier (ID) | 1..1 | An identifier, assigned by the Seller, for the item. |
Example
<DespatchAdvice>
<!-- code omitted for clarity -->
<cac:DespatchLine>
<!-- code omitted for clarity -->
<cac:Item>
<!-- code omitted for clarity -->
<cac:SellersItemIdentification>
<ID>SE.88664422</ID>
</cac:SellersItemIdentification>
<!-- code omitted for clarity -->
</cac:Item>
<!-- code omitted for clarity -->
</cac:DespatchLine>
</DespatchAdvice>
Updated 20 days ago
