---
title: "Gets a customer"
method: GET
path: "/customers/{customerId}"
tags: ["Customers"]
---

# Gets a customer

`GET /customers/{customerId}`

Returns the customer information that is on Shopify plus the overrides that
were set (if any) in a separate field

## Path parameters

- `customerId` string, required

## Response `200`

Customer information with overrides

- Customer
  - `id` string
  - `displayName` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `ordersCount` integer
  - `amountSpent` object
    - `amount` unknown
    - `currencyCode` string
  - `phone` string
  - `image` object
    - `url` string
  - `customerSince` string
  - `customerSinceOverride` string
  - `amountSpentAdjustment` unknown
  - `ordersCountAdjustment` integer
  - `subscriptionContracts` string[]

## Other responses

- `401` — You do not have permission
- `404` — Not Found

---

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