---
title: "List all products for a specific consignment"
method: GET
path: "/consignments/{consignment_id}/products"
tags: ["Consignment Products"]
---

# List all products for a specific consignment

`GET /consignments/{consignment_id}/products`

Returns a collection of consignment products associated with the specified consignment.

🔒 Requires: `consignments:read` scope

## Path parameters

- `consignment_id` string, uuid, required

## Query parameters

- `after` integer
- `before` integer
- `page_size` integer

## Response `200`

- ConsignmentProductCollection
  - `data` ConsignmentProduct[] — An array of consignment products.
    - `cost` string, nullable — The cost of the item.
    - `count` string, nullable — Expected item count.
    - `created_at` string — The creation timestamp in UTC.
    - `deleted_at` string, nullable — The deletion timestamp in UTC.
    - `is_included` boolean — Indicated whether the item was included via a filter. Can be `null`. For full count (no filters) always `true`.
    - `product_id` string, uuid, required — The ID of the product.
    - `product_sku` string, nullable — The SKU of the product.
    - `received` string — Observed item count.
    - `status` string — The status of the item. One of: `PENDING`, `SUCCESS`.
    - `updated_at` string — Last update timestamp in UTC.
    - `version` integer — Auto-incrementing object version number.

---

[API](https://skmtc.dev/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.dev/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
