---
title: "Get Supplier Address"
method: GET
path: "/supplieraddress"
---

# Get Supplier Address

`GET /supplieraddress`

## Query parameters

- `id` integer, required
- `subId` integer, required

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