post-crm-v3-objects-line_items-batch-create_create
Create multiple line items in HubSpot CRM in one API request, including properties and associations for streamlined batch updates.
Instructions
Create a batch of line items. REQUIRES body parameter with objects to create. Example: {body: {inputs: [{"properties": {"firstname": "John", "lastname": "Doe", "email": "john@example.com"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items |