TFORCE FINAL MILE


Overview

TForce Final Mile is a last-mile delivery provider that transports packages from distribution centers to homes and businesses across North America.

Onboarding of a TFORCE MILE Carrier Account

To onboard an TFORCE carrier account through an API, the user needs to possess the following pre-requisites:

  • ACCOUNT_NUMBER
  • USER_ID
  • USER_PASSWORD

A TFORCE MILE carrier can be onboarded for a subscription through the client portal for now.

TFORCE MILE supports:

  • CA domestic shipments
  • Future-dated shipments (up to 30 days)
  • Multi-piece shipments (up to 75 pieces)
  • Customs for domestic shipments is supported
  • Tracking
  • Domestic labels and documents

Limitations:

  • International shipping not supported
  • Returns not supported
  • Pickup and manifest workflows not supported
  • Void/cancel not supported
  • Mailing not supported
  • Postpay is not supported
  • Rate shopping not supported (Only single-carrier commercial rates are returned)
  • Customs document upload/support is not supported

API Operations for Shipping with TFORCE MILE

The APIs integrate with royal mail through the following operations:

OperationsMethodResource Path
Retrieve Country ListGET/api/v1/countries
Get Carrier AccountGET/api/v1/carrierAccounts
Get ServicesGET/api/v1/services
Get Carrier AccountGET/api/v1/carrierAccounts
Get Parcel TypesGET/api/v1/parcelTypes
Rate a ParcelPOST/api/v2/rates
Create a Shipping LabelPOST/api/v2/shipments
Reprint a LabelPOST/api/v2/shipments/reprint
Create Multipiece ShipmentGET/api/v1/multipiece/shipments

Metadata

Metadata provides information about TFORCE MILE carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries.

Metadata information not available