Supreme


Overview

Supreme System is a US-based carrier that deals with Shipping and Tracking. PB- SendTech Solutions trades with its services within US.

Onboarding of a Supreme Carrier Account

To register a Supreme carrier account, the user must have the following essentials:

  • Account Number
  • Carrier ID
  • Security credentials in the form of a Username and Password

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

Copy
Copied
{
    "accountNumber": "XXXX",
    "carrierID": "SUPRMSYS",
    "description": "SUPREME",
    "parameters": {
        "username": "CondeAxis",
        "password": "XXXXXXX"
    }
}

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

Copy
Copied
{
    "carrierAccountID": "p1odPPEQnoz",
    "description": "SUPREME",
    "carrierID": "SUPRMSYS",
    "accountNumber": "XXXX",
    "parameters": {
        "username": "CondeAxis"
    },
    "carrierAccountType": "Shipping",
    "provisioningType": "API"
}

API Operations for Shipping with Supreme

The APIs integrate with Supreme 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 Supreme 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