Update Shipment Order
logiwa_update_shipment_orderUpdate an existing shipment order by providing its UUID and complete required fields, including order code, type, date, currency, and line items.
Instructions
Update an existing shipment order. Provide 'identifier' (UUID) plus the full intended state of the required fields.
Required: code, shipmentOrderType, shipmentOrderDate, currencyId, shipmentOrderLineList. Other fields via additional_fields.
Returns: the update response from Logiwa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Order code (required). | |
| note | No | ||
| warehouse | No | ||
| currencyId | Yes | Currency id (required). | |
| identifier | Yes | Shipment order UUID to update (required). | |
| additional_fields | No | Escape hatch for any extra Logiwa request-body fields not exposed as typed parameters above. Keys must match the Logiwa API's camelCase field names; merged verbatim into the request body. | |
| shipmentOrderDate | Yes | Order date, ISO date-time (required). | |
| shipmentOrderType | Yes | Shipment order type name (required). | |
| warehouseIdentifier | No | ||
| shipmentOrderLineList | Yes | Order line products (required). |