---
title: "Gets a list of receipts"
method: POST
path: "/api/v{version}/receipts/search"
tags: ["catalog"]
---

# Gets a list of receipts

`POST /api/v{version}/receipts/search`

Gets a list of receipts with pagination and filtering support Required Permissions: HubStockManager, SupplierAdmin, or SupplierParcelsManager.

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Request body

- SearchReceiptsRequest
  - `advancedSearch` Search
    - `fields` string[], nullable
    - `keyword` string, nullable
  - `keyword` string, nullable
  - `advancedFilter` Filter
    - `logic` string, nullable
    - `filters` Filter[], nullable
    - `field` string, nullable
    - `operator` string, nullable
    - `value` unknown
  - `pageSize` integer
  - `pageNumber` integer
  - `orderBy` string[], nullable

## Response `200`

OK

- PagedListSearchReceiptResponse
  - `items` SearchReceiptResponse[], nullable
    - `id` string, uuid
    - `referenceId` string, nullable
    - `createdAt` string, date-time
    - `totalProducts` integer
    - `supplier` SupplierInfoDto
      - `supplierId` string, uuid
      - `name` string, nullable
    - `type` string, nullable
    - `receivedBy` string, nullable
  - `pageNumber` integer
  - `pageSize` integer
  - `totalCount` integer
  - `totalPages` integer
  - `hasPrevious` boolean
  - `hasNext` boolean

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/versions/99b075e0b641/schema)
