v1

latestOpenAPI 3.1.0Proprietary2026-07-24710198.3 KB
Carriers

Get Carriers (Detailed)

Return available couriers for the given country, international flag (0 or 1) and shipment_type_id (1 = Parcel, 2 = Freight/LTL, 3 = Full Truck Load).

get/available-carrier-detailed/{country}/{international}/{shipment_type_id}

Path parameters

country'MX' | 'US' | 'CO' | 'CA' | 'AR' | 'CL' | 'GT' | 'ES' | 'IN' | 'FR' | 'IT' | 'BR' required
Example:MX

Country code of courier origin.

international0 | 1 required

Defines if return international couriers.

shipment_type_id1 | 2 | 3 required
Example:1

Defines if needs return couriers by shipment type.

IDShipment type
1Parcel
2LTL (Consolidated Charge)
3FTL (Full TruckLoad)

Response

Successful response

Example response

{
  "data": [
    {
      "carrier_id": 9,
      "carrier_name": "ups",
      "country_code": "MX",
      "endpoint": "https://api-clients.envia.com/",
      "active": 1,
      "reason": "Active"
    }
  ]
}