create_order
Create a new customer order in Dolibarr by specifying the customer ID, order date, delivery date, payment terms, and public note.
Instructions
Créer une nouvelle commande client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date de la commande ISO 8601 (ex: '2025-01-31') | |
| socid | Yes | ID du tiers client | |
| note_public | No | Note visible sur le BdC | |
| date_livraison | No | Date de livraison souhaitée ISO 8601 | |
| cond_reglement_id | No | ID condition de paiement |