---
title: "Update a Supplier Contact"
method: PUT
path: "/v3/suppliercontact"
---

# Update a Supplier Contact

`PUT /v3/suppliercontact`

## Query parameters

- `id` integer
- `subId` integer

## Request body

- object
  - `contactType` string — ContactType can be Email, Phone, or Mobile
  - `merchantId` integer — Merchant Id
  - `isDefault` boolean — Primary contact
  - `name` string — Contact label name
  - `email` string — Email address (Only needed if contactType is Email)
  - `phone` string — Phone number (Only needed if contactType is Phone)
  - `mobile` string — Mobile number (Only needed if contactType is Mobile)

## Response `200`

200

## Other responses

- `400` — 400

---

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