123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <req:TrackingResponse xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com TrackingResponse.xsd">
- <Response>
- <ServiceHeader>
- <MessageTime>2018-02-27T12:27:42+01:00</MessageTime>
- <MessageReference>1234567890123456789012345678</MessageReference>
- <SiteID>CustomerSiteID</SiteID>
- </ServiceHeader>
- </Response>
- <AWBInfo>
- <AWBNumber>4781585060</AWBNumber>
- <Status>
- <ActionStatus>success</ActionStatus>
- </Status>
- <ShipmentInfo>
- <OriginServiceArea>
- <ServiceAreaCode>HKG</ServiceAreaCode>
- <Description>HONG KONG-HKG</Description>
- </OriginServiceArea>
- <DestinationServiceArea>
- <ServiceAreaCode>HKG</ServiceAreaCode>
- <Description>HONG KONG-HKG</Description>
- </DestinationServiceArea>
- <ShipperName>NET-A-PORTER</ShipperName>
- <ShipperAccountNumber>123456789</ShipperAccountNumber>
- <ConsigneeName>NICOLE LI</ConsigneeName>
- <ShipmentDate>2017-12-24T13:35:00</ShipmentDate>
- <Pieces>1</Pieces>
- <Weight>2.0</Weight>
- <WeightUnit>K</WeightUnit>
- <GlobalProductCode>N</GlobalProductCode>
- <ShipmentDesc>NOT RESTRICTED FOR TRANSPORT,</ShipmentDesc>
- <DlvyNotificationFlag>Y</DlvyNotificationFlag>
- <Shipper>
- <City>HONG KONG</City>
- <CountryCode>HK</CountryCode>
- </Shipper>
- <Consignee>
- <City>HONG KONG</City>
- <DivisionCode>CH</DivisionCode>
- <CountryCode>HK</CountryCode>
- </Consignee>
- <ShipperReference>
- <ReferenceID>1060571</ReferenceID>
- </ShipperReference>
- <ShipmentEvent>
- <Date>2017-12-24</Date>
- <Time>13:35:00</Time>
- <ServiceEvent>
- <EventCode>SD</EventCode>
- <Description>Shipment information received</Description>
- </ServiceEvent>
- <Signatory/>
- <ServiceArea>
- <ServiceAreaCode>HKG</ServiceAreaCode>
- <Description>HONG KONG-HKG</Description>
- </ServiceArea>
- </ShipmentEvent>
- </ShipmentInfo>
- </AWBInfo>
- <LanguageCode>en</LanguageCode>
- </req:TrackingResponse>
- <!-- ServiceInvocationId:20180227122741_5793_e0f8c40e-5245-4737-ab31-323030366721 -->
|