---
title: "Crear Producto Nuevo Sin Impuestos"
method: POST
path: "/invoice_items"
tags: ["Inventory Management"]
---

# Crear Producto Nuevo Sin Impuestos

`POST /invoice_items`

## Request body

- object
  - `invoice_item` object
    - `value` integer
    - `active` boolean
    - `description` string
    - `sku` string
    - `stockable` boolean
    - `invoice_item_locations_location_ids` integer[]

## Response `201`

Crear Producto Nuevo Sin Impuestos

- 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

---

[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)
