---
title: "List all purchasereceipts"
method: GET
path: "/accounting/{connection_id}/purchasereceipt"
tags: ["accounting", "purchasereceipt"]
---

# List all purchasereceipts

`GET /accounting/{connection_id}/purchasereceipt`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `contact_id` string
- `org_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingPurchasereceipt[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `metadata` AccountingMetadata[]
    - `id` string
    - `slug` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'FILE' | 'TEXTAREA' | 'SINGLE_SELECT' | 'MULTIPLE_SELECT' | 'MEASUREMENT' | 'PRICE' | 'YES_NO' | 'CURRENCY' | 'URL'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
  - `raw` object
  - `receipt_number` string
  - `contact_id` string
  - `purchaseorder_id` string
  - `posted_at` string, date-time
  - `status` 'POSTED' | 'CANCELLED' | 'OTHER'
  - `currency` string
  - `total_amount` number
  - `notes` string
  - `lineitems` AccountingPurchasereceiptLineitem[]
    - `id` string
    - `item_id` string
    - `item_sku` string
    - `item_name` string
    - `item_description` string
    - `unit_quantity_received` number
    - `unit_quantity_ordered` number
    - `unit_amount` number
    - `total_amount` number
    - `purchaseorder_id` string
    - `purchaseorder_line_identifier` string
    - `account_id` string
    - `locations` AccountingReference[] — plant/warehouse/bin — same shape as IAccountingLineitem.locations
      - `id` string
      - `name` string
  - `attachments` AccountingAttachment[]
    - `id` string
    - `download_url` string
    - `name` string
    - `mime_type` string

## Changes

- **2026-09-26** `e0a7ff925921` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/purchasereceipt/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
