- Get the supported carriers
Get the list of Shippo shipping rates available
Confirm delivery for this online transaction
Confirm delivery for this online transaction
Extend tracking details submission deadline for this online transaction
Generate a shipment label for this online transaction's parcel
Get the shipping details of the buyer from this online transaction
Post the shipping details of the buyer from this online transaction
Set the sender's or recipient's address for Shippo shipment
Send a customs declaration for this online transaction's shipment
Set Shippo parcel details for this online transaction
Get Shippo generated label details for this online transaction
Set Shippo shipping rate for this online transaction
Get Shippo shipping rates based on the sender's and recipient's address and parcel details
Set postal tracking details for this online transaction
Set postal tracking details for this online transaction
Get the supported carrier...
This returns the carriers that are currently supported for automated tracking in the online model. The carrier name should be shown to users but the code should be submitted to the /track endpoint when submitting tracking details. Likewise, when showing a transaction to the user, the carrier field stored with the transaction should be used to index these carriers and show the human-readable name of the carrier to the user, if this index is found.
Security
APIKey
GET
curl -i -X GET \
-u '<API_KEY>:' \
https://dev.stage.trustap.com/api/v1/supported_carriersResponse
[ { "code": "an-post", "name": "An Post" }, { "code": "fedex", "name": "FedEx" }, { "code": "ups", "name": "UPS" }, { "code": "usps", "name": "USPS" } ]