---
title: "Ver detalhes do item"
method: GET
path: "/items/{item_id}"
---

# Ver detalhes do item

`GET /items/{item_id}`

## Path parameters

- `item_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `account_id` integer
    - `category_id` integer
    - `name` string
    - `description` string
    - `minimum_value` number
    - `cost` integer
    - `reference` string
    - `type` integer
    - `deleted` boolean
    - `status` boolean
    - `photo` string
    - `commission` number
    - `brand_id` integer
    - `ipi_tax` integer
    - `code` string
    - `fix_comission_value` number
    - `measurement_unit_id` integer
    - `created_at` string
    - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
