v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
items

Get an item

Retrieve the information of the item with the matching itemId.

Scope: items:read

get/companies/{companyId}/items/{itemId}

Response

Item found

OR

Example response

{
  "id": "fc967153-1f8a-48d0-b773-fe3e61978263",
  "description": "Product 1",
  "itemType": "salesItem",
  "productType": "goods",
  "unitType": "piece",
  "unitPrice": 100,
  "taxRate": 25,
  "bookkeepingAccountNumber": 3920
}