{"ok":true,"commandType":"get-stock-item-detail","module":"Stock","mode":"read","summary":"Read one stock item with all public SDK fields and child tables.","payloadSchema":{"itemCode":"required stock item code","maxTableRows":"optional child-table row limit; maxTableRows: 0 is guarded for stock item detail unless confirmFullDetail: true is sent","confirmFullDetail":"optional boolean; required with maxTableRows: 0 to return every child-table row","includeTableData":"optional boolean, default true"},"examplePayload":{"itemCode":"ITEM001","maxTableRows":50},"notes":"Uses AutoCount.Stock.Item.ItemDataAccess.LoadItem(View). Returns fields and child tables such as ItemUomTable, ItemPriceBook, ItemCustomerPrice, ItemSupplierPrice, ItemOpeningBalance, ItemBOMTable, ItemBatchTable, and sub-code/replacement/ingredient tables when available. If maxTableRows: 0 is requested without confirmFullDetail: true, the connector returns a bounded result with fullDetailBlocked so AI/customer calls do not hang accidentally.","nativePayload":{"supported":false,"sections":[{"name":"Master","fields":[]},{"name":"Details","fields":[]},{"name":"KnockOffDetails","fields":[]},{"name":"TransferDetails","fields":[]},{"name":"PaymentDetails","fields":[]},{"name":"Options","fields":[]}]}}