<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TrackingUpdate SYSTEM "http://store.yahoo.com/lib/vw/TrackingUpdate.dtd">
<!-- The first two lines describe XML and the language. -->
<!-- They must be the first lines in the message body -->

<!-- Set "password" to your email tracking password -->
<TrackingUpdate password="5fzPpF">

<!-- Tracking information for the order goes here -->
<!-- Set "id" to your order id -->
<YahooOrder id="scr-512">

<!-- Tracking information for each item goes here -->
<!-- Set "number" to the line item number (zero based) -->
<!-- Set "shipped" to "YES" or "NO" -->
<!-- Set "trackingNumber" to the tracking number -->
<!-- Set "shipper" to one of "Ups", "Fedex", "Airborne", or "Usps" -->

<!-- This item was shipped.  shipped is set to "YES" -->
<!-- There no comment and we can close the LineItem tag with "/>" -->
<LineItem number="0" shipped="YES" shipper="Ups" trackingNumber="1Z4355XW1302012776" />

<!-- This item was not shipped.  shipped is set to "NO" -->
<!-- Put a Comment between "<LineItem ...>" and "</LineItem>" -->
<LineItem number="1" shipped="NO">
Will ship in 2-3 days
</LineItem>

<!-- Close the YahooOrder element -->
</YahooOrder>

<!-- You can include other YahooOrders here -->

<!-- Close the TrackingUpdate element -->
</TrackingUpdate>
