---
title: "Update a Shippo Account"
method: PUT
path: "/shippo-accounts/{ShippoAccountId}"
tags: ["Shippo Accounts"]
---

# Update a Shippo Account

`PUT /shippo-accounts/{ShippoAccountId}`

Updates a Shippo Managed Account using an object ID.

## Path parameters

- `ShippoAccountId` string, required

## Headers

- `SHIPPO-API-VERSION` string

## Request body

- ShippoAccountUpdateRequest
  - `email` string
  - `first_name` string
  - `last_name` string
  - `company_name` string

## Response `200`

Shippo account

- ShippoAccount
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `company_name` string
  - `object_created` string, date-time
  - `object_id` string
  - `object_updated` string, date-time

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/versions/26fcc6af452a/schema)
