Shipping::Rates::Name
Update Name
Update a rate name for a shipping profile
put/shipping/rates/names/{id}
Path parameters
idstring required
Request body
Example request
{
"shipping_rates_name": {
"shipping_rates_name": {
"name": "Example Shipping"
}
}
}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"
}