- Set Shippo parcel details for this online transaction
Get the list of Shippo shipping rates available
Get the supported carriers
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
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
Set Shippo parcel details...
Security
APIKey
Date the shipment will be tendered to the carrier. Must be in the format 2014-01-18T00:35:03.463Z
Example:"2019-12-25T09:00:00Z"
POST
curl -i -X POST \
-u '<API_KEY>:' \
'https://dev.stage.trustap.com/api/v1/transactions/{transaction_id}/shippo_parcel_details' \
-H 'Content-Type: application/json' \
-H 'Trustap-User: string' \
-d '{
"distance_unit": "cm",
"height": 10,
"length": 10,
"mass_unit": "lb",
"shipment_date": "2019-12-25T09:00:00Z",
"weight": 10,
"width": 10
}'Response
{ "distance_unit": "string", "height": 0.1, "length": 0.1, "mass_unit": "string", "shipment_date": "string", "weight": 0.1, "width": 0.1 }