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

ElementDescription
Invoice/Delivery/DeliveryLocation/IDSpecify the first line of the address.
Invoice/Delivery/DeliveryLocation/Address/StreetNameSpecify the name of the street.
Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetNameSpecify any additional street names.
Invoice/Delivery/DeliveryLocation/Address/CityNameSpecify a German city name.
Invoice/Delivery/DeliveryLocation/Address/PostalZoneSpecify a valid German post code.
Invoice/Delivery/DeliveryLocation/Address/CountrySubentitySpecify the state or province.
Invoice/Delivery/DeliveryLocation/Address/AddressLine/LineSpecify any other address details.
Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCodeSpecify the ISO code for the country,
Invoice/Delivery/DeliveryParty/PartyName/NameThe 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>