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

# Get details for the specified Shopper

`GET /v1/shoppers/{shopperId}/status`

<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

- `auditClientIp` string, required

## Response `200`

Request was successful

- ShopperStatus
  - `billingState` 'ABANDONED' | 'INACTIVE' | 'ACTIVE' — Indicates the billing state of the Shopper.<br />ABANDONED: The shopper has not been billed in at least 10 years and has no active subscriptions.<br />INACTIVE: The shopper has been billed within the last 10 years but has no active subscriptions.<br />ACTIVE: The shopper has at least one active subscription.

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Resource not found
- `422` — Shopper ID is not supplied or invalid
- `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)
