bulk_create_items
Create multiple items under a single section in one API call by providing a section ID and a list of items with required code, name, and unit fields.
Instructions
Create many items under one section in a single call.
Each item dict needs: code (2 digits), name, unit (+ optional quantity, unit_price, description, order, notes). section_id is applied to all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | ||
| items | Yes |