Update Quick Order
Update an existing quick order in Last Mile Intelligence.
Operation
Section titled “Operation”updateQuickOrder
Resource
Section titled “Resource”quickOrder
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Quick Order ID | string | Yes | - | The ID of the quick order to update |
| Quick Order Data | JSON | Yes | - | Fields to update |
Response
Section titled “Response”Success
Section titled “Success”{ "id": "qord_abc123", "priority": "high", "requestedQuantity": 600, "status": "pending", "updatedAt": "2024-06-21T10:30:00Z"}{ "success": false, "error": "Quick order not found", "quickOrderId": "invalid_id"}Error Handling
Section titled “Error Handling”- Missing API Token: LMI credential is missing API token
- Quick Order Not Found: Quick order with specified ID does not exist
- Invalid State: Quick order cannot be updated in current state
- Validation Error: Invalid data format in update fields
- Permission Denied: API token lacks permission for this operation