curl --location 'https://staging.shipnitro.com/api/get/rates' \
--header 'Authorization: Basic {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"recipient": {
"address_line1": "255 Park Center Drive",
"address_line2": null,
"state_code": "CA",
"city": "Patterson",
"postal_code": "95363",
"country_code": "US"
},
"parcels": [
{
"weight": "21.450000",
"length": "57.95",
"width": "33.25",
"height": "57.95",
"weight_unit": "KG",
"dimension_unit": "CM",
"count": 1
}
]
}'{
"error": false,
"message": [],
"rates": {
"fedex_ground": {
"carrier_name": "fedex",
"currency": "USD",
"service": "fedex_ground",
"service_code": "FEDEX_GROUND",
"total_charge": 14.9,
"meta": {
"service_name": "FedEx Ground®",
"rate_provider": "fedex"
}
}
}
}