---
title: "List of warehouse transfers"
method: GET
path: "/shops/{SHOP_ID}/transfers"
tags: ["Warehouse Transfer"]
---

# List of warehouse transfers

`GET /shops/{SHOP_ID}/transfers`

Get list of warehouse transfers

## Path parameters

- `SHOP_ID` integer, required

## Query parameters

- `page` integer
- `page_size` integer
- `status` 0 | 1 | 2
- `startDate` integer
- `endDate` integer

## Response `200`

Success

- object
  - `data` WarehouseTransfer[] — List of warehouse transfers
    - `id` string — Transfer ID
    - `display_id` integer — Transfer ID
    - `status` 0 | 1 | 2 — Status
    - `from_warehouse_id` string — From warehouse ID
    - `from_warehouse_name` string — From warehouse name
    - `to_warehouse_id` string — To warehouse ID
    - `to_warehouse_name` string — To warehouse name
    - `total_quantity` integer — Total quantity
    - `shipping_fee` integer — Shipping fee
    - `note` string — Note
    - `items` object[] — List of products
      - `id` string — Transfer item ID
      - `variation_id` string — Variation ID
      - `quantity` integer — Transfer quantity
      - `product_display_id` string — Product ID
      - `product_name` string — Product name
      - `variation_display_id` string — Variation ID
      - `variation_fields` object[] — Variation fields
        - `id` string
        - `name` string
        - `value` string
        - `keyValue` string
    - `images` string[] — Transfer images
    - `shop_id` integer — Shop ID
    - `creator_id` string — Creator ID
    - `inserted_at` string, date-time — Inserted at
    - `updated_status_at` string, date-time — Updated status at
  - `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)
