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 (DispatchAdvice/DispatchLine/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
<DispatchAdvice>
<!-- code omitted for clarity -->
<cac:DispatchLine>
<!-- 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:DispatchLine>
</DispatchAdvice>
Updated about 22 hours ago
