# Supported Carriers

When registering a shipment with Malomo you can provide the `code` value as a carrier.

🔒 - Carrier requires extra credentials in order to enable shipment tracking

| Carrier                              | Code                   |
| ------------------------------------ | ---------------------- |
| APC Postal Logistics                 | `apc_postal_logistics` |
| Asendia USA 🔒                       | `asendia_usa`          |
| Australia Post 🔒                    | `australia_post`       |
| AxleHire 🔒                          | `axlehire`             |
| Better Trucks 🔒                     | `better_trucks`        |
| Canada Post                          | `canada_post`          |
| Canpar                               | `canpar`               |
| CDL 🔒                               | `cdl`                  |
| Chronopost                           | `chronopost`           |
| Cloudsort 🔒                         | `cloudsort`            |
| Courier Express                      | `courier_express`      |
| CouriersPlease 🔒                    | `couriersplease`       |
| DAI Post                             | `dai_post`             |
| Deliver-It                           | `deliverit`            |
| Deutsche Post                        | `deutsche_post`        |
| Deutsche Post UK                     | `deutsche_post_uk`     |
| DHL eCommerce                        | `dhl_ecommerce`        |
| DHL eCommerce Asia                   | `dhl_ecommerce_asia`   |
| DHL Express                          | `dhl_express`          |
| DHL Paket                            | `dhl_paket`            |
| DPD                                  | `dpd`                  |
| DPD UK                               | `dpd_uk`               |
| ePost Global (formerly RR Donnelley) | `epost_global`         |
| Evri (formerly Hermes) 🔒            | `evri`                 |
| FedEx                                | `fedex`                |
| FedEx Cross Border 🔒                | `fedex_cross_border`   |
| FedEx MailView                       | `fedex_mailview`       |
| FedEx SameDay City                   | `fedex_sameday_city`   |
| FedEx Smart Post                     | `fedex_smart_post`     |
| FirstMile                            | `firstmile`            |
| GLS (formerly GSO)                   | `gso`                  |
| Hailify                              | `hailify`              |
| Interlink Express                    | `interlink_express`    |
| Japan Post                           | `japan_post`           |
| La Poste                             | `la_poste`             |
| LaserShip 🔒                         | `lasership`            |
| Loomis Express                       | `loomis_express`       |
| LSO                                  | `lso`                  |
| Newgistics                           | `newgistics`           |
| OnTrac 🔒                            | `on_trac`              |
| Optima                               | `optima`               |
| OSM 🔒                               | `osm`                  |
| Parcelforce                          | `parcelforce`          |
| PARCLL                               | `parcll`               |
| Passport                             | `passport`             |
| PostNL                               | postnl                 |
| Purolator                            | `purolator`            |
| Royal Mail                           | `royal_mail`           |
| RR Donnelley                         | `rr_donnelley`         |
| SEKO OmniParcel                      | `omni_parcel`          |
| Sendle 🔒                            | `sendle`               |
| SF Express 🔒                        | `sf_express`           |
| SmartKargo                           | `smartkargo`           |
| Sonic                                | `sonic`                |
| Spee-Dee                             | `speedee`              |
| Swyft 🔒                             | `swyft`                |
| TForce Logistics                     | `tforce`               |
| Toll                                 | `toll`                 |
| UDS                                  | `uds`                  |
| UPS                                  | `ups`                  |
| UPS i-Parcel                         | `ups_iparcel`          |
| UPS Mail Innovations                 | `ups_mail_innovations` |
| USPS                                 | `usps`                 |
| Veho 🔒                              | `veho`                 |
| Yamato                               | `yamato`               |
| Yanwen                               | `yanwen`               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gomalomo.com/supported-carriers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
