---
title: "GET /api/v1/receipt-items/{id}"
method: GET
path: "/api/v1/receipt-items/{id}"
tags: ["receipt-items"]
---

# GET /api/v1/receipt-items/{id}

`GET /api/v1/receipt-items/{id}`

## Path parameters

- `id` integer, required

## Response `200`

- ReceiptItemFull
  - `id` integer, required
  - `proof_id` integer, required
  - `price_id` integer, required
  - `order` integer, required — The order of the item in the receipt. Item on top is 1.
  - `predicted_data` unknown
  - `status` union — The current status of the item * `0` - deleted * `1` - linked_to_price
    - unknown
    - ''
    - unknown
  - `schema_version` string, nullable — The schema version of the predicted data. Used to handle changes in the prediction data structure.
  - `created` string, date-time — When the item was created in DB
  - `updated` string, date-time, required — When the item was last updated
  - `proof_prediction` integer, nullable — The proof prediction used to create this receipt item. Null if created by a user.

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-open-prices-rest-api/revisions/2315a270e4e6/schema)
