---
title: "Add a Supplier Contact"
method: POST
path: "/v3/suppliercontact"
---

# Add a Supplier Contact

`POST /v3/suppliercontact`

## Query parameters

- `id` integer
- `echo` boolean

## Request body

- object
  - `contactType` string, required — ContactType can be Email, Phone, or Mobile
  - `merchantId` integer, required — Merchant Id
  - `isDefault` boolean, required — 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 `201`

201

- object
  - `id` integer
  - `contactType` string
  - `name` string
  - `email` string
  - `isDefault` boolean

## 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)
