Update a sales order
update_sales_orderUpdate an existing sales order by ID with new line items, dates, and customer details. Requires the trade module to be active.
Instructions
Update a sales order.
Update an existing sales order by ID. Requires the trade module to be active.
[Sales Orders] PUT /orders/sales/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the sales order to update. | |
| body | Yes | ||
| administration | No | The client administration to act on. Only one is configured: default. |