Shipping::Rates::Name
Fetch Name
Retrieve a rate name for a shipping profile
get/shipping/rates/names/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 2,
"public_id": "DRAhis",
"workspace_id": 42000,
"name": "Example Shipping Rates Name",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}