---
title: "Update Account"
method: PUT
path: "/v4/shippingAccounts/amazon/{shippingAccountId}"
tags: ["Shipping Accounts"]
---

# Update Account

`PUT /v4/shippingAccounts/amazon/{shippingAccountId}`

Update shipping account details.<br /><br />***Note:** All required fields must be populated in the request, regardless if they need updating or not.*

## Path parameters

- `shippingAccountId` string, required

## Request body

- AmazonUpdateShippingAccountRequest — Amazon Update Shipping Account Request
  - `AccountType` 'Sandbox' | 'Production', required — Indicates whether the account is set up as a "sandbox" or "production" account. A **Sandbox** account is for testing and development, while a **Production** account is used for live shipments and transactions.
  - `AmazonAccountType` 'OffAmazon' | 'OnAmazon' — Specifies the type of Amazon account used for shipping.
  - `AccountName` string, required — The official name of the shipping account as designated by the user or organisation, aiding in easy identification and reference of accounts. <br/> <br/> ***Note:** By default, this value is set to the customer name if not provided in the request.<br/>The account name will appear on Amazon's tracking page and in notifications sent to the receiver if the shipper's company name is not provided.*
  - `AccountAlias` string, required — A unique, user-defined name for the shipping account, providing a convenient way to reference the account in a more memorable manner.
  - `ContactName` string, required — The name of the primary contact person for the shipping account, facilitating communication regarding shipping and account-related matters.
  - `ContactNumber` string, tel, required — The phone number associated with the shipping account's primary contact person, facilitating communication regarding shipping inquiries, account management, and issue resolution.

## Response `200`

The shipping account was updated successfully.

## Other responses

- `400` — Invalid request response.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The shipping account was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.dev/intersoftsapient/apis/sapient-core-api.md) · [All operations](https://skmtc.dev/intersoftsapient/apis/sapient-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intersoftsapient/sapient-core-api/revisions/3315ad0b5875/schema)
