Mexico (CFDI): Ship-to Address

The address of the CFDI receiver for Mexico (CFDI).

Section to specify the address of the CFDI receiver.

Name (Path)CardinalityDescription
Street Name (/Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:StreetName)1..1Street
Building Number (/Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:BuildingNumber)0..1Street external number
Room (/ubl:Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:Room)0..1Street internal number
City Subdivision Code (/Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:CitySubdivisionName)0..1City Subdivision (Colonia). If country is MX, c_Colonia
City (/Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:CityName)0..1City (Localidad). If country is MX, c_Localidad
Postal Zone (/ubl:Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:PostalZone)1..1Postal Code
Plot Identification ( /Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:PlotIdentification)0..1Additional geographic reference
Country Subentity Code (/ubl:Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:CountrySubentity)0..1Country Subentity (Municipio). If country is MX, c_Municipio
State Code (/ubl:Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cbc:Region)1..1State. If country is CA, MX or US, c_Estado
Country Code (/ubl:Invoice/cac:Delivery/cac:DeliveryParty/cac:PostalAddress/cac:Country/cbc:IdentificationCode)1..1Country (2-digit code)

If a catalog is mentioned in the Catalog column, then a code from the official SAT catalogs is required. The official SAT catalogs can be referenced in Catálogos CFDI versión 4.0. Use the codes from the original code list prefixed with VRBL:MX:.

Example

<ubl:Invoice>
	<!-- code omitted for clarity -->
	<cac:AccountingCustomerParty>
		<cac:Party>
			<!-- code omitted for clarity -->
			<cac:PostalAddress>
				<cbc:Room>5</cbc:Room>
				<cbc:StreetName>123 MAIN STREET</cbc:StreetName>
				<cbc:BuildingNumber>1000</cbc:BuildingNumber>
				<cbc:PlotIdentification>34.10501,-118.39536</cbc:PlotIdentification>
				<cbc:CitySubdivisionName>Trousdale Estates</cbc:CitySubdivisionName>
				<cbc:CityName>BEVERLY HILLS</cbc:CityName>
				<cbc:PostalZone>75001</cbc:PostalZone>
				<cbc:CountrySubentity>Los Angeles</cbc:CountrySubentity>
				<cbc:Region>VRBL:MX:CA</cbc:Region>
				<cac:Country>
					<cbc:IdentificationCode>US</cbc:IdentificationCode>
				</cac:Country>
			</cac:PostalAddress>
			<!-- code omitted for clarity -->
	</cac:AccountingCustomerParty>
	<!-- code omitted for clarity -->
</ubl:Invoice>