---
title: "Create a Supplier Address"
method: POST
path: "/v3/supplieraddress"
---

# Create a Supplier Address

`POST /v3/supplieraddress`

## Query parameters

- `id` integer, required
- `echo` boolean

## Request body

- object
  - `name` string — Address label name
  - `merchantId` integer — Merchant Id
  - `state` string — State Name
  - `country` string — Country Name
  - `address1` string — The supplier's address
  - `city` string — City name
  - `zip` integer — Zipcode
  - `isDefault` boolean — Address is primary or not

## Response `201`

201

- object
  - `id` integer
  - `name` string
  - `address1` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string
  - `created` 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)
