---
title: "Get Packing Slip"
method: GET
path: "/api/v1/admin/projects/{project_id}/packing-slip"
tags: ["admin-packing-slips"]
---

# Get Packing Slip

`GET /api/v1/admin/projects/{project_id}/packing-slip`

Get the packing slip metadata + presigned PDF URL for a project.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- PackingSlipResponse — Packing slip summary returned in admin payment detail + standalone fetches. ``packing_slip_pdf_url`` is populated by the router via the storage chokepoint (5-minute presigned token, ``disposition=attachment``) when ``packing_slip_pdf_r2_key`` is present. Frontend uses it directly with ``window.open``.
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `shipment_id` string, uuid, nullable
  - `packing_slip_number` string, required
  - `status` string, required
  - `packing_slip_pdf_url` string, nullable
  - `total_weight` string, nullable
  - `total_weight_unit` string, nullable
  - `package_count` integer, nullable
  - `package_snapshot` object[], nullable
  - `ship_date_override` string, date, nullable
  - `generated_at` string, date-time, nullable
  - `notes` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
