/simulations/physical_cards/{physical_card_id}/tracking_updatesCreate a physical card shipment tracking update in the sandbox
Simulates receiving a tracking update for a physical card shipment. Set category to the tracking event and optionally include its location or the carrier's estimated delivery time. Returns the physical card with the updated shipment tracking details.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Tracking event details for the physical card shipment. category is required; the location and estimated delivery fields are optional.
The physical_card_id path parameter must identify the physical card to update. category is required and must be one of: in_transit, processed_for_delivery, delivered, delivery_issue, returning_to_sender, or returned_to_sender; carrier_estimated_delivery_at must use ISO 8601 date-time format when provided. city, postal_code, and state must each contain 1 to 200 characters when provided.