# Quick Contractors

## Overview

Quick Contractors is available for domestic shipping within Canada. The carrier supports shipment creation, tracking, label generation, and multi-piece shipments through Shipping APIs.

## Onboarding of a Quick Contractors Carrier Account

To onboard a Quick Contractors carrier account, the following pre-requisite is required:

- User credentials (UserID and Password)


**Quick Contractors supports:**

- CA domestic single shipments
- CA domestic multi-piece shipments
- Shipment void/cancellation
- Domestic shipping labels and documents
- Label reprints up to 3 times within 24 hours of shipment creation
- Shipment retries up to 3 times within 3 minutes of the original request
- Refund/Void requests can be submitted within 720 hours (30 days)


**Limitations:**

- International shipping is not supported
- Pickup scheduling is not supported
- Manifest workflows are not supported
- Postpay billing is not supported
- Hazmat shipments are not supported
- Invoice logo and signature customization is not supported
- QR code and Barcode labels are not supported


br
## API Operations for Shipping with Quick Contractors

The APIs integrate with roadie 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 Parcel Types | GET | /api/v1/parcelTypes |
| Get Special Services | GET | /api/v1/specialServices |
| Rate a Parcel | POST | /api/v2/rates |
| Create a Shipping Label | POST | /api/v2/shipments |
| Void a Label | PUT | /api/v2/shipments/{{shipmentId}}/cancel |
| Reprint a Label | GET | /api/v2/shipments/{{shipmentId}}/reprint |


br
## Metadata

Metadata provides information about roadie 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.