The two identifiers
Mixing them up is the most common integration error:
carrier_id values like dhleco never work as a Shipment’s carrier field, and your carrier_reference values mean nothing outside your account.
Discover both with Carrier configurations — it lists every configuration in your account with its carrier_id, name, and carrier_reference.
Configurations power everything
A carrier must be configured in your account before it can be used — for creating tracked Shipments, retrieving events, booking, label generation, and PUDO search. Configurations are set up in the Portal (contact your account team to add carrier integrations); the API consumes them.Carrier objects in responses
Responses embed acarrier object with the master-catalogue identity: the 6-character id, name, operating countries, languages, contact, and site link. Shipments retrieved via v5.2 responses and webhooks also carry carrier context on every event (carrier_name) — meaningful when linked shipments merge several carriers’ events into one timeline.