Register Package for Tracking
logistics.tracking.registerRegister a tracking number to start monitoring shipment status. Auto-detects carrier from 3,200+ supported carriers worldwide. Required before checking tracking details.
Instructions
⚡ ACTION: Register a tracking number to begin monitoring shipment status. Auto-detects carrier from 3,200+ supported carriers worldwide (UPS, FedEx, DHL, USPS, China Post, Royal Mail, etc.). Must be called before tracking.status. Returns detected carrier and registration status. Consumes quota — 200 free/month (17TRACK)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracking_number | Yes | Package tracking number (e.g. "1Z999AA10123456784" for UPS, "9400111899560243888780" for USPS). Carrier is auto-detected from 3,200+ supported carriers | |
| tag | No | Optional label for this shipment (e.g. order ID, customer reference). Up to 50 characters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |