Carriers

Carriers can be used to deliver goods.

Use the Carriers subelement of the Delivery element to specify carrier information.

You can also use the DeliveryParty subelement to model the delivery party.

Country-Specific Configurations

Example

<ubl:Invoice>
    <cac:Delivery>
        <!-- Code omitted for clarity -->
        <cac:CarrierParty>
            <!-- Code omitted for clarity -->
            <cac:PartyIdentification>
                <cbc:ID schemeID="0210">667788990</cbc:ID>
            </cac:PartyIdentification>
            <!-- Code omitted for clarity -->
        </cac:CarrierParty>
    </cac:Delivery>
</ubl:Invoice>