Item

Represents an inventory item entity in Dynamics 365 Business Central. Items are the goods or services that the company buys, sells, or holds in inventory. Each item record contains pricing, categorization, unit of measure, tax, and posting group information.

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
@odata.etag string ETag for optimistic concurrency control
id string The unique identifier (GUID) of the item record
number string The item number, a unique business identifier assigned automatically or manually
displayName string The primary display name or description of the item
displayName2 string A secondary display name or additional description for the item
type string The type of item: Inventory (physical goods tracked in stock), Service (labor or services), or Non-Inventory (physical goods not tracked in stock)
itemCategoryId string The unique identifier of the item category
itemCategoryCode string The code of the item category used for grouping and reporting
blocked boolean Indicates whether the item is blocked from being used in transactions
gtin string The Global Trade Item Number (barcode) for the item
inventory number The current quantity in inventory (read-only, computed from item ledger entries)
unitPrice number The default selling unit price of the item
priceIncludesTax boolean Indicates whether the unit price includes tax
unitCost number The unit cost of the item used for inventory valuation
taxGroupId string The unique identifier of the tax group for the item
taxGroupCode string The tax group code that determines how the item is taxed
baseUnitOfMeasureId string The unique identifier of the base unit of measure
baseUnitOfMeasureCode string The base unit of measure code (e.g., PCS, KG, EA)
generalProductPostingGroupId string The unique identifier of the general product posting group
generalProductPostingGroupCode string The general product posting group code used for G/L account mapping
inventoryPostingGroupId string The unique identifier of the inventory posting group
inventoryPostingGroupCode string The inventory posting group code used for inventory valuation posting
lastModifiedDateTime string The date and time the item record was last modified (read-only)
View JSON Schema on GitHub