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

# List Collections

`GET /api/v2/shopify/collections`

Return CFY-managed collections for this store.

Note: this endpoint is for the export pipeline, not the embedded UI.
The embedded UI uses /all-collections (Tab 2) and /status (Tab 1).
Returns empty list if the store is not yet linked to a CFY company.

## Response `200`

Successful Response

- CollectionResponse[]
  - `handle` string, required
  - `title` string, required
  - `type` string, required
  - `product_count` integer, nullable, required
  - `last_synced_at` string, date-time, nullable, required
  - `status` 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)
