---
title: "Update Contact"
method: PATCH
path: "/dropship/contact"
tags: ["dropship"]
---

# Update Contact

`PATCH /dropship/contact`

Updates the account's contact/support phone.

This exists because /request-access rejects approved accounts (409) and
re-requesting resets status to 'requested'; contact info must be editable
at any time without touching the approval state. Only contact_phone is
written here — status and requested_at are never modified.

## Request body

- DropshipContactUpdateRequest
  - `contact_phone` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
