Shipment

Use this element to model shipment details.

You can also use the Delivery and DeliveryTerms elements to model delivery information. More detail is provided in the Delivery Information topic.

Details

DetailValue
NameShipment
PathInvoice/Delivery/Shipment
DefinitionShipment information.
Cardinalityn/a

Element

ElementDescription
Shipment/IDSpecify an ID for this shipment.
Shipment/GoodsItem/DescriptionA description of the shipment.

Example

<ubl:Invoice>
    <cac:Delivery>
        <!-- Code omitted for clarity -->
        <cac:Shipment>
            <!-- Code omitted for clarity -->
			      <cbc:ID>1234</cbc:ID>
            <cac:GoodsItem>
                <cbc:Description>free text</cbc:Description>
            </cac:GoodsItem>
            <!-- Code omitted for clarity -->
        </cac:Shipment>
    </cac:Delivery>
</ubl:Invoice>