Supreme System is a US-based carrier that deals with Shipping and Tracking. PB- SendTech Solutions trades with its services within US.
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
A Supreme carrier can be onboarded for a subscription through the client portal for now.
The APIs integrate with Supreme through the following operations:
| Operations | Method | Resource Path |
|---|---|---|
| Add a Carrier Account | POST | /api/v1/carrierAccounts |
| Rate a Parcel | POST | /api/v1/rates |
| Create a Shipping Label | POST | /api/v1/shipments |
| Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
| Void a Label | PUT | /api/v1/shipments/{{shipmentId}}/cancel |
| Get Tracking Information | GET | /api/v1/tracking/{{trackingNumber}} |
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