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

# Get all customers

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

Returns a list of all the customers

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- ChiftPageCommerceCustomerItem
  - `items` CommerceCustomerItem[], required
    - `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
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `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)
