Перейти к основному содержимому

Item API

Overview

The WMS Items API is a Business Central API page designed to expose item-related data for integration with external systems. This API provides access to item details and related units of measure, enabling seamless communication between Business Central and external warehouse management systems.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: item
  • Entity Set Name: items
  • Source Table: Item

Fields

The following fields are exposed in the API:

Field NameSource FieldDescriptionRequired
NoItem."No."Unique identifier for the item.Yes
DescriptionItem.DescriptionDescription of the item.Yes
TypeItem.TypeType of the item (e.g., Inventory, Service).Yes
BaseUnitOfMeasureItem."Base Unit of Measure"The base unit of measure for the item.Yes
PurchaseUnitOfMeasureItem."Purch. Unit of Measure"The unit of measure used for purchasing the item.No
SalesUnitOfMeasureItem."Sales Unit of Measure"The unit of measure used for selling the item.No
PutAwayUnitOfMeasureItem."Put-away Unit of Measure Code"The unit of measure used for put-away operations.No
GenProductPostingGroupItem."Gen. Prod. Posting Group"General product posting group for the item.No
VatProdPostingGroupItem."VAT Prod. Posting Group"VAT product posting group for the item.No
InventoryPostingGroupItem."Inventory Posting Group"Inventory posting group for the item.No
CountryOfOriginItem."Country/Region of Origin Code"Country or region of origin for the item.No
ItemTrackingCodeItem."Item Tracking Code"Item tracking code for the item.No
LotNosItem."Lot Nos."Lot numbers associated with the item.No
WarehouseClassCodeItem."Warehouse Class Code"Warehouse class code for the item.No
ManufacturerCodeManufacturer.CodeCode representing the item's manufacturer.No
SalesABCAnalysisCodeItem."SMA Sales ABC-analysis Code"Sales ABC analysis code for the item.No
ItemCategoryCodeItem."Item Category Code"Item category code for the item.No
gTINItem.GTINGlobal Trade Item Number (GTIN) for the item.No

Subpages

Item Units of Measure API

  • Entity Name: itemUnitOfMeasure
  • Entity Set Name: itemUnitsOfMeasure
  • Subpage Link: Links to units of measure for the item using the Item No. field.

Notes

  • Ensure that the SMA WMS Connector Setup is properly configured with a valid item template before using this API.

Example Usage

Create a New Item

POST host/instance/api/smart/wms/v2.0/companies(companyId)/items
Content-Type: application/json

{
"No": "ITEM001",
"Description": "Sample Item",
"Type": "Inventory",
"BaseUnitOfMeasure": "pcs"
}

Retrieve an Item

GET host/instance/api/smart/wms/v2.0/companies(companyId)/items('ITEM001')

Update a Item

PATCH /host/instance/api/smart/wms/v2.0/companies(companyId)/items('ITEM001')
Content-Type: application/json

{
"Name": "Updated Item Name"
}
© 2008 - 2026 SMART business