This document describes the architecture for tracking shipping packages at Etsy. It discusses using APIs from carriers to get tracking status updates, mapping tracking states to queues with different update frequencies, sharding data by shop/user for querying, using Gearman for asynchronous processing, and monitoring the system with StatsD to track metrics.