---
title: "Retrieve a private store"
method: GET
path: "/v1/shoppers/me/purchase-plan"
tags: ["Purchase Plan"]
---

# Retrieve a private store

`GET /v1/shoppers/me/purchase-plan`

Retrieve a private store matching the provided query parameters.

## Query parameters

- `token` string
- `expand` string
- `fields` string

## Response `200`

Successful response.

- DefaultPurchasePlan
  - `id` string
  - `isAuthenticationRequiredToBrowse` string
  - `purchasePlanName` string
  - `brandDisplayName` string
  - `targetMarketId` string
  - `targetMarketName` string

## Other responses

- `401` — * Invalid Token

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
