---
title: "Get consumption records for a Blanket Order"
method: GET
path: "/commerce/blanketorders/{blanketOrderId}/consumptionrecords"
tags: ["BlanketOrder"]
---

# Get consumption records for a Blanket Order

`GET /commerce/blanketorders/{blanketOrderId}/consumptionrecords`

Get consumption records for a Blanket Order.

## Path parameters

- `blanketOrderId` string, required

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `responseFields` string

## Response `200`

OK

- ConsumptionRecordCollection — Paged collection of ConsumptionRecords.
  - `items` ConsumptionRecord[], nullable
    - `callOffOrderId` string, nullable — The call-off order that triggered this consumption or reversal.
    - `consumptionTime` string, date-time — Timestamp of the consumption event. System-supplied.
    - `id` string, nullable — Unique identifier. System-supplied.
    - `itemConsumptions` ItemConsumption[], nullable — Per-line consumption details.
      - `blanketOrderItemId` string, nullable — The Blanket Order item ID that was consumed.
      - `productCode` string, nullable — Product code of the consumed item.
      - `quantity` integer — Quantity consumed (positive) or restored (negative for reversals).
      - `remainingAfter` integer — Remaining quantity on the Blanket Order item after this operation.
    - `type` string, nullable — Type of record: "Consumption" or "Reversal".
    - `userId` string, nullable — User who performed the action.
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
