---
title: "List of transaction"
method: GET
path: "/shops/{SHOP_ID}/transactions"
tags: ["Transaction"]
---

# List of transaction

`GET /shops/{SHOP_ID}/transactions`

Get list of transactions

## Path parameters

- `SHOP_ID` integer, required

## Query parameters

- `page` integer
- `page_size` integer
- `status` -1 | 0 | 1 | 2 | 3
- `startDateTime` integer
- `endDateTime` integer

## Response `200`

Success

- object
  - `data` Transaction[] — List of transactions
    - `id` string — Transaction ID
    - `display_id` string — Transaction ID
    - `name` string — Transaction name
    - `note` string — Note
    - `amount` integer — Amount of money
    - `status` -1 | 0 | 1 | 2 | 3 — Status
    - `is_locked` boolean — Locked
    - `is_canceled` boolean — Is canceled
    - `is_accounting` boolean — Financial accounting
    - `payment_debts_to_suppliers` boolean — Paying off debts to suppliers
    - `payments` string[] — Payment method
    - `tag_ids` string[] — Transaction tags
    - `supplier_products_id` integer — Supplier products ID
    - `advertising_cost_id` string — Advertising cost ID
    - `shop_id` integer — Shop ID
    - `creator_id` string — Creator ID
    - `creator` object — Creator information
      - `id` string
      - `name` string
      - `fb_id` string
      - `avatar_url` string, uri
    - `images` string[] — Image links
    - `inserted_at` string, date-time — Inserted at
    - `time_incurred` string, date-time — Time incurred
    - `table_name` string — Table name
    - `orderId` string — Order ID
  - `page_number` integer — Page number
  - `page_size` integer — Page size
  - `success` boolean — Success status
  - `total_entries` integer — Total entries
  - `total_pages` integer — Total pages

---

[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)
