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.
Element
Element | Description |
---|---|
Shipment/ID | Specify an ID for this shipment. |
Shipment/GoodsItem/Description | A 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>
Updated 12 days ago