Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| contact_id | string | Yes | Reference to the Contact |
| currency_id | string | Yes | ISO 4217 currency code |
| line_items | array | Yes | Items in this order |
| status | string | No | Order status (default: pending) |
Line Item Fields
| Field | Type | Required | Description |
|---|---|---|---|
| item_id | string | No | Reference to an Item/Product |
| description | string | Yes | Description of the item |
| quantity | integer | Yes | Number of units |
| unit_amount | number | Yes | Price per unit |
| tax_amount | number | No | Tax for this line item |
| discount_amount | number | No | Discount applied |