---
title: "Get Receipt details"
method: GET
path: "/api/v{version}/receipts/{id}"
tags: ["catalog"]
---

# Get Receipt details

`GET /api/v{version}/receipts/{id}`

Get the details of a Receipt by its ID. Required Permissions: HubStockManager, SupplierAdmin, or SupplierParcelsManager.

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetReceiptResponse
  - `id` string, uuid
  - `referenceId` string, nullable
  - `createdAt` string, date-time
  - `totalProducts` integer
  - `supplier` SupplierInfoDto
    - `supplierId` string, uuid
    - `name` string, nullable
  - `address` ReceiptAddressDto
    - `street` string, nullable
    - `city` string, nullable
    - `cityTerritoryId` string, uuid
    - `district` string, nullable
    - `districtTerritoryId` string, uuid
    - `postalCode` string, nullable
    - `country` string, nullable
    - `coordinates` Coordinates
      - `lat` number, double, nullable
      - `lng` number, double, nullable
    - `hubId` string, uuid, nullable
    - `hubName` string, nullable
  - `type` string, nullable
  - `receivedBy` string, nullable
  - `stockMovements` StockMovementsReceiptResponse[], nullable
    - `id` string, uuid
    - `quantity` integer
    - `productInfo` ProductInfoResponse
      - `name` string, nullable
      - `price` number, double

---

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