v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
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

idinteger

Rate Name ID

public_idstring nullable

Rate Name public ID

workspace_idinteger

Workspace ID

namestring

Rate Name

created_atstring date-time nullable

Added

updated_atstring date-time nullable

Updated

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"
}