# 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


br
## API Operations for Shipping with TFORCE MILE

The APIs integrate with royal mail through the following operations:

| Operations | Method | Resource Path |
|  --- | --- | --- |
| Retrieve Country List | GET | /api/v1/countries |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Services | GET | /api/v1/services |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Parcel Types | GET | /api/v1/parcelTypes |
| Rate a Parcel | POST | /api/v2/rates |
| Create a Shipping Label | POST | /api/v2/shipments |
| Reprint a Label | POST | /api/v2/shipments/reprint |
| Create Multipiece Shipment | GET | /api/v1/multipiece/shipments |


br
## 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.