{"ok":true,"commandType":"bulk-create-item-packages","module":"Bulk","mode":"write","summary":"Bulk wrapper for create-item-package.","payloadSchema":{"records":"required array; each row uses the same payload as create-item-package","stopOnError":"optional boolean; stop the batch when a row fails","dryRun":"optional boolean; validate without saving where supported","idempotencyKey":"optional caller batch key"},"examplePayload":{"records":[{"packageCode":"PKG-API","description":"API Package","desc2":"Package second description","uom":"SET","price":120,"isActive":true,"items":[{"itemCode":"ITEM001","description":"Component 1","qty":1,"uom":"UNIT","unitPrice":100},{"itemCode":"ITEM002","description":"Component 2","qty":2,"uom":"UNIT","unitPrice":10}],"lines":[{"itemCode":"ITEM001","description":"Component 1","qty":1,"uom":"UNIT","unitPrice":100}],"remark1":"Created by API","remark2":"Item package example"}],"stopOnError":true,"dryRun":false,"idempotencyKey":"create-item-package-batch-20260624"},"notes":"Runs create-item-package for each record on the local connector without waiting one cloud heartbeat per row. Bulk records use the same fields as create-item-package. Split very large imports into batches so AutoCount and the connector can report row-level results clearly.","nativePayload":{"supported":false,"sections":[{"name":"Master","fields":[]},{"name":"Details","fields":[]},{"name":"KnockOffDetails","fields":[]},{"name":"TransferDetails","fields":[]},{"name":"PaymentDetails","fields":[]},{"name":"Options","fields":[]}]}}