curl https://api.goshippo.com/parcel-templates \
-H "Authorization: ShippoToken <API_TOKEN>" \
-H "Content-Type: application/json"{
"results": [
{
"carrier": "FedEx",
"distance_unit": "in",
"height": "1.5",
"is_variable_dimensions": false,
"length": "12.375",
"name": "FedEx® Small Box (S1)",
"token": "FedEx_Box_Small_1",
"width": "10.875"
}
]
}curl https://api.goshippo.com/parcel-templates \
-H "Authorization: ShippoToken <API_TOKEN>" \
-H "Content-Type: application/json"{
"results": [
{
"carrier": "FedEx",
"distance_unit": "in",
"height": "1.5",
"is_variable_dimensions": false,
"length": "12.375",
"name": "FedEx® Small Box (S1)",
"token": "FedEx_Box_Small_1",
"width": "10.875"
}
]
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
filter by user or enabled
all, user, enabled filter by specific carrier
List of carrier parcel templates
Show child attributes
Was this page helpful?