<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<req:ShipmentRequest xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://www.dhl.com ship-val-global-req.xsd" schemaVersion="6.2">
    <Request xmlns="">
        <ServiceHeader>
            <MessageTime>currentTime</MessageTime>
            <MessageReference>MAGE_SHIP_28TO32_Char_CHECKED</MessageReference>
            <SiteID>some ID</SiteID>
            <Password>some password</Password>
        </ServiceHeader>
        <MetaData>
            <SoftwareName>Magento</SoftwareName>
            <SoftwareVersion>1.0.0+no-v</SoftwareVersion>
        </MetaData>
    </Request>
    <RegionCode xmlns="">CHECKED</RegionCode>
    <RequestedPickupTime xmlns="">N</RequestedPickupTime>
    <NewShipper xmlns="">N</NewShipper>
    <LanguageCode xmlns="">EN</LanguageCode>
    <PiecesEnabled xmlns="">Y</PiecesEnabled>
    <Billing xmlns="">
        <ShipperAccountNumber>1234567890</ShipperAccountNumber>
        <ShippingPaymentType>S</ShippingPaymentType>
        <BillingAccountNumber>1234567890</BillingAccountNumber>
        <DutyPaymentType>S</DutyPaymentType>
        <DutyAccountNumber>1234567890</DutyAccountNumber>
    </Billing>
    <Consignee xmlns="">
        <CompanyName/>
        <AddressLine>15099 Some Blvd</AddressLine>
        <City/>
        <PostalCode/>
        <CountryCode/>
        <CountryName/>
        <Contact>
            <PersonName/>
            <PhoneNumber/>
        </Contact>
    </Consignee>
    <Commodity xmlns="">
        <CommodityCode>1</CommodityCode>
    </Commodity>
    <Dutiable xmlns="">
        <DeclaredValue>10.00</DeclaredValue>
        <DeclaredCurrency>USD</DeclaredCurrency>
    </Dutiable>
    <Reference xmlns="">
        <ReferenceID>shipment reference</ReferenceID>
        <ReferenceType>St</ReferenceType>
    </Reference>
    <ShipmentDetails xmlns="">
        <NumberOfPieces>1</NumberOfPieces>
        <Pieces xmlns="">
            <Piece xmlns="">
                <PieceID>1</PieceID>
                <PackageType>CP</PackageType>
                <Weight>0.454</Weight>
                <Width>3</Width>
                <Height>3</Height>
                <Depth>3</Depth>
                <PieceContents>item_name</PieceContents>
            </Piece>
        </Pieces>
        <Weight>0.454</Weight>
        <WeightUnit>K</WeightUnit>
        <GlobalProductCode/>
        <LocalProductCode/>
        <Date>currentTime</Date>
        <Contents>DHL Parcel</Contents>
        <DoorTo>DD</DoorTo>
        <DimensionUnit>C</DimensionUnit>
        <PackageType>CP</PackageType>
        <IsDutiable>Y</IsDutiable>
        <CurrencyCode>USD</CurrencyCode>
    </ShipmentDetails>
    <Shipper xmlns="">
        <ShipperID>1234567890</ShipperID>
        <CompanyName/>
        <RegisteredAccount>1234567890</RegisteredAccount>
        <AddressLine>4956 Some Way</AddressLine>
        <City/>
        <PostalCode/>
        <CountryCode/>
        <CountryName/>
        <Contact xmlns="">
            <PersonName/>
            <PhoneNumber/>
        </Contact>
    </Shipper>
    <LabelImageFormat xmlns="">PDF</LabelImageFormat>
</req:ShipmentRequest>
