---
title: "Get details for the specified Shopper"
method: GET
path: "/v1/shoppers/{shopperId}"
tags: ["v1"]
---

# Get details for the specified Shopper

`GET /v1/shoppers/{shopperId}`

<strong>Notes:</strong><ul><li>**shopperId** is **not the same** as **customerId**.  **shopperId** is a number of max length 10 digits (*ex:* 1234567890) whereas **customerId** is a UUIDv4 (*ex:* 295e3bc3-b3b9-4d95-aae5-ede41a994d13)</li></ul>

## Path parameters

- `shopperId` string, required

## Query parameters

- `includes` string[]

## Response `200`

Request was successful

- Shopper
  - `customerId` string — Identifier for the Customer record associated with this Shopper record. This is an alternate identifier that some systems use to identify an individual shopper record
  - `email` string, email, required
  - `externalId` integer
  - `marketId` string, bcp-47, required
  - `nameFirst` string, required
  - `nameLast` string, required
  - `shopperId` string, required

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Resource not found
- `429` — Too many requests received within interval
- `500` — Internal server error

---

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