Shipping::Rate
Fetch Rate
Retrieve a shipping rate for a zone
get/shipping/rates/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "InONPz",
"zone_id": 1,
"description": "Example Shipping Rates Name",
"provider_name": "Tammera Kihn DO",
"price": "10.00",
"price_currency": "USD",
"rates_name_id": 1,
"live_rates_provider": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}