Creates a new price list or warehouse item. If you send an Idempotency-Key, repeating the create request with the same key and the same payload returns the original response without creating a second item.
Bearer token created for a specific company in Integrations → API.
Optional request identifier for safe retries. Use a unique value for each create request you want to retry safely.
"invoice-create-2026-03-03-001"
Payload for creating a price list or warehouse item. The required business fields are always name, unitPrice, unitId, and vatRate. When you send useWarehouse: true, warehouseCode becomes required.
Item name.
255"Service package"
Selling unit price excluding VAT.
-10000000000000 <= x <= 10000000000000129.9
Unit ID from the unit reference table.
1
Selling VAT rate of the item.
0 <= x <= 2320
Optional detailed item description.
1000"Monthly service and support"
Optional EAN of the item. When provided, it must be unique within the token scope.
255"8586012345678"
When true, the item is treated as a warehouse-tracked item.
true
Optional warehouse card code. When you send useWarehouse: true, this field is required and must be unique within the token scope.
255"SKU-PUBLIC-001"
Indicates whether negative stock is allowed.
false
Optional recommended maximum stock level.
0 <= x <= 10000000000000250
Optional purchase price excluding VAT.
-10000000000000 <= x <= 1000000000000089.5
Optional purchase VAT rate.
0 <= x <= 2320
Price list item created.
Price list or warehouse item. The object returns business fields that can be reused when creating documents, plus warehouse-specific settings when stock tracking is enabled for the item.
Internal item ID in Fintoro.
701
Item name.
"Service package"
Detailed item description when it is stored on the item.
"Monthly service and support"
Unit ID from the unit reference table.
1
Item unit as a nested lookup object.
Selling unit price excluding VAT.
129.9
VAT rate used for the selling price of the item.
20
Selling unit price including VAT, calculated by the backend.
155.88
Current total stock quantity across all warehouses.
12
Current stock breakdown for the item by warehouse.
Item EAN when it is tracked.
255"8586012345678"
Indicates whether warehouse tracking is enabled for the item.
true
Internal warehouse card code. When warehouse tracking is enabled, it should be unique within the token scope.
255"SKU-PUBLIC-001"
Indicates whether the item allows negative stock.
false
Recommended maximum stock level when it is configured on the item.
250
Purchase price excluding VAT when it is stored on the item.
89.5
Purchase VAT rate when it is stored on the item.
20
Purchase price including VAT calculated by the backend when purchase price and VAT rate are available.
107.4