---
title: "Project list"
method: GET
path: "/shops/{SHOP_ID}/projects"
tags: ["Order"]
---

# Project list

`GET /shops/{SHOP_ID}/projects`

Get list of projects

## Path parameters

- `SHOP_ID` integer, required

## Response `200`

Success

- Project — Project information
  - `id` integer — Project ID
  - `image` string, uri, nullable — Project image URL
  - `inserted_at` string, date-time — Created timestamp
  - `name` string — Project name
  - `nodes` ProjectNode[] — Child source orders of project
    - `id` integer — Source order ID
    - `image` string, uri, nullable — Source order image URL
    - `inserted_at` string, date-time — Created timestamp
    - `name` string — Source order name
    - `nodes` ProjectNode[] — Child source orders
    - `parent_id` integer, nullable — Parent source order ID
    - `project_id` integer, nullable — Project ID
    - `shop_id` integer — Shop ID
    - `updated_at` string, date-time — Updated timestamp
    - `custom_id` string, nullable — Custom source order ID
    - `link_source_id` integer, nullable — Link source ID
  - `shop_id` integer — Shop ID
  - `updated_at` string, date-time — Updated timestamp

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
