---
title: "Retrieve list of shops in a Printify account"
method: GET
path: "/v1/shops.json"
tags: ["Shops"]
---

# Retrieve list of shops in a Printify account

`GET /v1/shops.json`

This will return the list of available merchant shops (IDs and titles)

## Response `200`

Successful operation

- Shop[]
  - `id` integer
  - `title` string
  - `sales_channel` string

## Other responses

- `400` — Error response

---

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