---
title: "Update Profile"
method: PUT
path: "/shipping/profiles/{id}"
tags: ["Shipping::Profile"]
---

# Update Profile

`PUT /shipping/profiles/{id}`

Update a shipping profile for a workspace

## Path parameters

- `id` string, required

## Request body

- object
  - `shipping_profile` ShippingProfileParametersUpdate — Profiles
    - `name` string — Name
    - `variant_ids` unknown

## Response `200`

OK

- ShippingProfileAttributes — Profiles
  - `id` integer — Profile ID
  - `public_id` string, nullable — Profile public ID
  - `name` string — Name
  - `variant_ids` unknown
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
