Spee-Dee


Overview

Spee-Dee provides ground delivery services with a focus on the Midwest. As a regional carrier, Spee-Dee is able to provide a substantial next-day footprint for the customers.

Onboarding of a Spee-Dee Carrier Account

To register Spee-Dee carrier account, the user must have the following essentials:

  • Account Number
  • Manifest Hostname
  • Manifest UserID
  • Manifest Destination Path

To onboard a Spee-Dee carrier account, an API request call is made, that covers all the essentials. Below is the Sample Request.

SpeeDee Sample Request
Copy
Copied
{
    "description": "SPEE_DEE",
    "carrierID": "SPEEDEE",
    "accountNumber": "0000000",
    "parameters": {
        "hostName": "xxxx.test.pb.com",
        "manifestUserId": "xxxx",
        "manifestPassword": "xxxxxxx",
        "manifestPath": "/in"
    }
}

If the request to onboard the Spee-Dee carrier account is successful, the response will look like the below Sample Response.

SpeeDee Sample Response
Copy
Copied
{
    "carrierAccountID": "Q3Lm2N35PvL",
    "description": "SPEE_DEE",
    "carrierID": "SPEEDEE",
    "accountNumber": "001333",
    "parameters": {
        "hostName": "xxxx.test.pb.com",
        "manifestPassword": "xxxx",
        "manifestPath": "/in",
        "manifestUserId": "xxxx"
    },
    "carrierAccountType": "Shipping",
    "provisioningType": "API"
}

API Operations for Shipping with SPEEDEE

The APIs integrate with SPEEDEE through the following operations:

OperationsMethodResource Path
Add a Carrier AccountPOST/api/v1/carrierAccounts
Rate a ParcelPOST/api/v1/rates
Create a Shipping LabelPOST/api/v1/shipments
Reprint a LabelGET/api/v1/shipments/{{shipmentId}}/reprint
Void a LabelPUT/api/v1/shipments/{{shipmentId}}/cancel
Get Tracking InformationGET/api/v1/tracking/{{trackingNumber}}

Metadata

Metadata provides information about Spee-Dee 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