Updates a price list or warehouse item. The Fintoro API uses a full PUT contract, so send the full target state including all required business fields.
Bearer token created for a specific company in Integrations → API.
Price list item ID.
701
Payload for updating a price list or warehouse item. The Fintoro API uses a full PUT contract, so the required fields are the same as for create and omitted fields do not mean "keep the current persisted value".
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 updated.
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