<?xml version="1.0" encoding="UTF-8"?>
<shipment xmlns="http://www.canadapost.ca/ws/shipment-v8">
	<group-id>{$groupId}</group-id>
	<requested-shipping-point>{$requestedShippingPoint}</requested-shipping-point>
	<cpc-pickup-indicator>true</cpc-pickup-indicator>
	<expected-mailing-date>{$mailingDate}</expected-mailing-date>
	<delivery-spec>
		<service-code>{$service_code}</service-code>
			<sender>
				<name>{sender_name}</name>
				<company>{$sender_company}</company>
				<contact-phone>{sender_contact}</contact-phone>
				<address-details>
					<address-line-1>{sender_address}</address-line-1>
					<city>{sender_city}</city>
					<prov-state>{sender_state_code}</prov-state>
					<country-code>{sender_country_code}</country-code>
					<postal-zip-code>{sender_zip_code}</postal-zip-code>
				</address-details>
			</sender>
			<destination>
				<name>{reciver_name}</name>
				<company>{reciver_comapny}</company>
				<address-details>
					<address-line-1>{reciver_address}</address-line-1>
					<city>{reciver_city}</city>
					<prov-state>{reciver_state_code}</prov-state>
					<country-code>{reciver_country_code}</country-code>
					<postal-zip-code>{reciver_postcode}</postal-zip-code>
				</address-details>
			</destination>
			{$options}
		<parcel-characteristics>
			<weight>{$weight}</weight>
			{$dimensions}
			<unpackaged>false</unpackaged>
			<mailing-tube>false</mailing-tube>
		</parcel-characteristics>
		<notification>
			<email>{$email_customer}</email>
			<on-shipment>true</on-shipment>
			<on-exception>false</on-exception>
			<on-delivery>true</on-delivery>
		</notification>
		<print-preferences>
			<output-format>{$output_format}</output-format>
			<encoding>{$output_type}</encoding>
		</print-preferences>
		<preferences>
			<show-packing-instructions>{$postage_info}</show-packing-instructions>
			<show-postage-rate>{$postage_rates}</show-postage-rate>
			<show-insured-value>{$postage_insure}</show-insured-value>
		</preferences>
		<settlement-info>
			<contract-id>{$contractId}</contract-id>
			<intended-method-of-payment>Account</intended-method-of-payment>
		</settlement-info>
	</delivery-spec>
</shipment>