---
title: "Update shipper"
method: PATCH
path: "/api/v2/shippers/{shipper_id}"
tags: ["Shippers"]
---

# Update shipper

`PATCH /api/v2/shippers/{shipper_id}`

## Path parameters

- `shipper_id` string, uuid, required

## Request body

- object
  - `id` string, uuid — Unique identifier for this shipper
  - `company_name` string, required — Company name

## Response `200`

Shipper was updated

- object
  - `data` object
    - `id` string, uuid — Unique identifier for this shipper
    - `company_name` string, required — Company name

## Other responses

- `422` — Payload is invalid and a shipper can't be updated

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
