---
title: "Read customer details"
method: GET
path: "/2023-10/customer/{customerShopifyId}"
---

# Read customer details

`GET /2023-10/customer/{customerShopifyId}`

This endpoint allows you to retrieve detailed information about a specific customer, including subscriptions, payment methods, and addresses.

## Path parameters

- `customerShopifyId` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `customerShopifyId` integer
    - `firstName` string
    - `lastName` string
    - `fullName` string
    - `email` string
    - `activeSubscriptions` integer
    - `pausedSubscriptions` integer
    - `cancelledSubscriptions` integer
    - `expiredSubscriptions` integer
    - `paymentMethods` object[]
      - `id` integer
      - `type` string
      - `card` object
        - `brand` string
        - `expiryYear` integer
        - `expiryMonth` integer
        - `lastDigits` string
      - `payPal` unknown
      - `status` string
      - `source` string
    - `addresses` object[]
      - `id` integer
      - `firstName` unknown
      - `lastName` string
      - `company` unknown
      - `address1` string
      - `address2` unknown
      - `city` string
      - `province` string
      - `country` string
      - `zip` string
      - `phone` unknown
      - `provinceCode` string
      - `countryCode` string
      - `isDefault` boolean
  - `code` string
  - `pageInfo` unknown

---

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