Germany: Delivery Information
For German Buyers, the delivery information must include a city name and valid German post code.
Use the Delivery element to specify the details of the party who received the delivery. This is used when the delivery address or recipient is different to the Buyer and their address.
Elements
Element | Description |
---|---|
Invoice/Delivery/DeliveryLocation/ID | Specify the first line of the address. |
Invoice/Delivery/DeliveryLocation/Address/StreetName | Specify the name of the street. |
Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetName | Specify any additional street names. |
Invoice/Delivery/DeliveryLocation/Address/CityName | Specify a German city name. |
Invoice/Delivery/DeliveryLocation/Address/PostalZone | Specify a valid German post code. |
Invoice/Delivery/DeliveryLocation/Address/CountrySubentity | Specify the state or province. |
Invoice/Delivery/DeliveryLocation/Address/AddressLine/Line | Specify any other address details. |
Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode | Specify the ISO code for the country, |
Invoice/Delivery/DeliveryParty/PartyName/Name | The name of the party to whom the goods are delivered. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<cbc:ActualDeliveryDate>2017-11-01</cbc:ActualDeliveryDate>
<cac:DeliveryLocation>
<cbc:ID schemeID="0088">9483759475923478</cbc:ID>
<cac:Address>
<cbc:StreetName>Delivery street 2</cbc:StreetName>
<cbc:AdditionalStreetName>Building 56</cbc:AdditionalStreetName>
<cbc:CityName>Stockholm</cbc:CityName>
<cbc:PostalZone>21234</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>SE</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<cac:DeliveryParty>
<cac:PartyName>
<cbc:Name>Delivery party Name</cbc:Name>
</cac:PartyName>
</cac:DeliveryParty>
</cac:Delivery>
<!-- code omitted for clarity -->
</Invoice>
Updated 3 days ago