---
title: "Get a customer"
method: GET
path: "/v3/customer/{customerId}"
---

# Get a customer

`GET /v3/customer/{customerId}`

Get a specific customer

## Path parameters

- `customerId` integer, required

## Response `200`

200

- object
  - `id` integer
  - `created` string
  - `name` string
  - `firstName` string
  - `lastName` string
  - `number` string
  - `taxId` string
  - `visits` integer
  - `transactionCount` integer
  - `spend` string
  - `sales` string
  - `refunds` string
  - `lastActivity` string
  - `allowPromotions` boolean
  - `loyaltyStatus` string
  - `loyaltyEnrolled` string
  - `isVip` boolean
  - `spendProfile` string
  - `spendProfileIcon` string
  - `addressName` string
  - `address1` string
  - `address2` string
  - `city` string
  - `state` string
  - `zip` string
  - `customerType` string
  - `spendProfileOverride` boolean
  - `isTaxExempt` boolean
  - `hasPayments` boolean
  - `hasContracts` boolean
  - `hasInvoices` boolean
  - `displayColor` string
  - `activeStatus` 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/versions/6807b698abcb/schema)
