---
title: "Modificar Producto Existente"
method: PUT
path: "/invoice_items/{invoice_item_id}"
tags: ["Inventory Management"]
---

# Modificar Producto Existente

`PUT /invoice_items/{invoice_item_id}`

## Request body

- object
  - `invoice_item` object
    - `value` integer
    - `active` boolean
    - `description` string
    - `sku` string
    - `stockable` boolean
    - `tax_attributes` object
      - `kop_id` integer
      - `uom_id` integer
      - `kop_key` string, utc-millisec
      - `uom_key` string
      - `tax_rate` number
      - `tax_type` string, color
      - `tax_amount` unknown
      - `factor_type` string
      - `rate_or_fee` string
      - `rate_or_fee_id` integer
      - `kop_description` string
      - `uom_description` string
    - `invoice_item_locations_location_ids` integer[]

## Response `200`

Modificar Producto Existente

- object
  - `invoice_item` object
    - `id` integer
    - `value` integer
    - `description` string
    - `organization_id` integer
    - `active` boolean
    - `stock_total` integer
    - `stockable` boolean
    - `sku` string
    - `on_locations` string
    - `links` object
      - `invoice_item_locations` string
    - `invoice_item_locations_location_ids` integer[]
    - `accounting_type` string
    - `tax_attributes` object
      - `kop_id` integer
      - `uom_id` integer
      - `kop_key` string, utc-millisec
      - `uom_key` string
      - `tax_rate` number
      - `tax_type` string, color
      - `tax_amount` unknown
      - `factor_type` string
      - `rate_or_fee` string
      - `rate_or_fee_id` integer
      - `kop_description` string
      - `uom_description` string

---

[API](https://skmtc.net/ecaresoft/apis/nimbo-api.md) · [All operations](https://skmtc.net/ecaresoft/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecaresoft/nimbo-api/revisions/f05c97f9a653/schema)
