v1
latestOpenAPI 3.0.32026-07-268955212.1 KBitems
Update an item
Update an existing item for the company.
Scope: items:write
put/companies/{companyId}/items/{itemId}
Request body
Example request
{
"id": "fc967153-1f8a-48d0-b773-fe3e61978263",
"description": "Product 1",
"itemType": "salesItem",
"productType": "goods",
"unitType": "piece",
"unitPrice": 100,
"taxRate": 25,
"bookkeepingAccountNumber": 3920
}Response
Item updated
Example response
{
"id": "fc967153-1f8a-48d0-b773-fe3e61978263",
"description": "Product 1",
"itemType": "salesItem",
"productType": "goods",
"unitType": "piece",
"unitPrice": 100,
"taxRate": 25,
"bookkeepingAccountNumber": 3920
}