---
title: "Get one specific customer"
method: GET
path: "/consumers/{consumer_id}/commerce/customers/{customer_id}"
tags: ["eCommerce", "Customers"]
---

# Get one specific customer

`GET /consumers/{consumer_id}/commerce/customers/{customer_id}`

Returns a specific customer

## Path parameters

- `consumer_id` string, uuid, required
- `customer_id` string, required

## Response `200`

Successful Response

- CommerceCustomerItem
  - `id` string, required — Technical id in Chift
  - `source_ref` Ref, required
    - `id` string, nullable — Technical id in the target software
    - `model` string, nullable — Name of the model/entity in the target software
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `language` string, nullable — Format: ISO 639-1 codes.
  - `internal_notes` string, nullable
  - `currency` string, nullable — Indicates the currency of the client (e.g. EUR).
  - `addresses` CommerceAddressItemOut[], nullable
    - `address_type` 'main' | 'delivery' | 'invoice', required
    - `company_name` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `street` string, nullable
    - `number` string, nullable
    - `box` string, nullable
    - `city` string, nullable
    - `postal_code` string, nullable
    - `country` string, nullable — Format: ISO 3166-1 codes.
    - `phone` string, nullable
    - `email` string, nullable
    - `vat` string, nullable
  - `created_on` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/versions/b5f1214a482a/schema)
