---
title: "List All Collections"
method: GET
path: "/api/v2/shopify/all-collections"
tags: ["shopify"]
---

# List All Collections

`GET /api/v2/shopify/all-collections`

Fetch all Shopify collections for this store via GraphQL.

Works for any installer regardless of company_id — reviewers see real data.
Paginates up to MAX_PAGES (500 collections).

## Response `200`

Successful Response

- AllCollectionResponse[]
  - `handle` string, required
  - `title` string, required
  - `type` string, required
  - `product_count` integer, nullable, required
  - `updated_at` string, date-time, nullable, required
  - `managed_status` string, required
  - `admin_url` string, required

---

[API](https://skmtc.net/curatedforyou/apis/curated-for-you-api.md) · [All operations](https://skmtc.net/curatedforyou/apis/curated-for-you-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curatedforyou/curated-for-you-api/revisions/7cbc2a21dd49/schema)
