Serbia (SeF) Category: Coffee

In Serbian e-transport, item attributes are required to report coffee goods.

Provide the weight and the weight unit (gram GRM).

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:DispatchLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <!-- Excise goods: COFFEE -->
            <cac:AdditionalItemProperty>
                <Name>RS:COFFEE</Name>
                <ValueQuantity unitCode="GRM">100.00</ValueQuantity>
            </cac:AdditionalItemProperty>
            <!-- code omitted for clarity -->
        </cac:Item>
        <!-- code omitted for clarity -->
    </cac:DispatchLine>
</DispatchAdvice>